| org.geotools.geometry.DirectPosition2D org.geotools.referencing.operation.builder.ExtendedPosition
ExtendedPosition | class ExtendedPosition extends DirectPosition2D (Code) | | DirectPosition associated with another DirectPosition.
since: 2.4 version: $Id: ExtendedPosition.java 28966 2008-01-27 17:36:43Z acuster $ author: Jan Jezek |
Constructor Summary | |
public | ExtendedPosition(DirectPosition c, DirectPosition mappedposition) |
Method Summary | |
public DirectPosition | getMappedposition() Returns the mapped DirectPosition. | public void | setMappedposition(DirectPosition mappedCoordinate) Sets the mapped DirectPosition. |
ExtendedPosition | public ExtendedPosition(DirectPosition c, DirectPosition mappedposition)(Code) | | Creates a MappedPosition
Parameters: c - the original DirectPosition. Parameters: mappedposition - the associated DirectPosition. |
getMappedposition | public DirectPosition getMappedposition()(Code) | | Returns the mapped DirectPosition.
this coordinate's associated coordinate |
setMappedposition | public void setMappedposition(DirectPosition mappedCoordinate)(Code) | | Sets the mapped DirectPosition.
Parameters: mappedCoordinate - Coordinate to be mapped to the existing one. |
|
|