Package org.gvsig.dxf.geo.cover
Class Hoja
java.lang.Object
org.gvsig.dxf.geo.cover.Hoja
- All Implemented Interfaces:
Projected
- Author:
- Luis W. Sevilla invalid input: '<'sevilla_lui@gva.es>
-
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionvoidfromXml(InputStream is) getBL()getBR()getCode()getName()org.gvsig.crs.projection.lib.ProjectionReturns the current projection.getTL()getTR()Point2D[]voidreProject(org.gvsig.crs.projection.lib.CoordinateTransformation rp) Changes projection of the graphical information of this object.voidvoidvoidsetProjection(org.gvsig.crs.projection.lib.Projection p) voidvoidvoidtoXml(OutputStream os)
-
Constructor Details
-
Hoja
-
Hoja
-
Hoja
-
Hoja
-
Hoja
-
-
Method Details
-
getProjection
public org.gvsig.crs.projection.lib.Projection getProjection()Description copied from interface:ProjectedReturns the current projection.
- Specified by:
getProjectionin interfaceProjected- Returns:
- current projection
- See Also:
-
setProjection
public void setProjection(org.gvsig.crs.projection.lib.Projection p) -
reProject
public void reProject(org.gvsig.crs.projection.lib.CoordinateTransformation rp) Description copied from interface:ProjectedChanges projection of the graphical information of this object.
-
getTL
-
setTL
-
getTR
-
setTR
-
getBL
-
setBL
-
getBR
-
setBR
-
getExtent
-
getCode
-
getName
-
getVertex
-
toXml
-
fromXml
-