Package org.gvsig.basicformats.impl
Class DefaultWLDFile.WorldGeoreferencingImpl
java.lang.Object
org.gvsig.basicformats.impl.DefaultWLDFile.WorldGeoreferencingImpl
- All Implemented Interfaces:
WLDFile.WorldGeoreferencing
- Enclosing class:
DefaultWLDFile
public static class DefaultWLDFile.WorldGeoreferencingImpl
extends Object
implements WLDFile.WorldGeoreferencing
-
Constructor Summary
ConstructorsConstructorDescriptionWorldGeoreferencingImpl(double pixelSizeX, double rotationAxisY, double rotationAxisX, double pixelSizeY, double upperLeftPixelCenterCoordX, double upperLeftPixelCenterCoordY) -
Method Summary
Modifier and TypeMethodDescriptionorg.gvsig.fmap.geom.primitive.EnvelopegetEnvelope(int rows, int columns) doubledoubledoubledoubledoubledoublevoidsetPixelSizeX(double pixelSizeX) voidsetPixelSizeY(double pixelSizeY) voidsetRotationAxisX(double rotationAxisX) voidsetRotationAxisY(double rotationAxisY) voidsetUpperLeftPixelCenterCoordX(double upperLeftPixelCenterCoordX) voidsetUpperLeftPixelCenterCoordY(double upperLeftPixelCenterCoordY)
-
Constructor Details
-
WorldGeoreferencingImpl
public WorldGeoreferencingImpl() -
WorldGeoreferencingImpl
public WorldGeoreferencingImpl(double pixelSizeX, double rotationAxisY, double rotationAxisX, double pixelSizeY, double upperLeftPixelCenterCoordX, double upperLeftPixelCenterCoordY)
-
-
Method Details
-
getEnvelope
public org.gvsig.fmap.geom.primitive.Envelope getEnvelope(int rows, int columns) - Specified by:
getEnvelopein interfaceWLDFile.WorldGeoreferencing
-
getPixelSizeX
public double getPixelSizeX()- Specified by:
getPixelSizeXin interfaceWLDFile.WorldGeoreferencing- Returns:
- the pixelSizeX
-
getRotationAxisY
public double getRotationAxisY()- Specified by:
getRotationAxisYin interfaceWLDFile.WorldGeoreferencing- Returns:
- the rotationAxisY
-
getRotationAxisX
public double getRotationAxisX()- Specified by:
getRotationAxisXin interfaceWLDFile.WorldGeoreferencing- Returns:
- the rotationAxisX
-
getPixelSizeY
public double getPixelSizeY()- Specified by:
getPixelSizeYin interfaceWLDFile.WorldGeoreferencing- Returns:
- the pixelSizeY
-
getUpperLeftPixelCenterCoordX
public double getUpperLeftPixelCenterCoordX()- Specified by:
getUpperLeftPixelCenterCoordXin interfaceWLDFile.WorldGeoreferencing- Returns:
- the upperLeftPixelCenterCoordX
-
getUpperLeftPixelCenterCoordY
public double getUpperLeftPixelCenterCoordY()- Specified by:
getUpperLeftPixelCenterCoordYin interfaceWLDFile.WorldGeoreferencing- Returns:
- the upperLeftPixelCenterCoordY
-
setPixelSizeX
public void setPixelSizeX(double pixelSizeX) - Parameters:
pixelSizeX- the pixelSizeX to set
-
setRotationAxisY
public void setRotationAxisY(double rotationAxisY) - Parameters:
rotationAxisY- the rotationAxisY to set
-
setRotationAxisX
public void setRotationAxisX(double rotationAxisX) - Parameters:
rotationAxisX- the rotationAxisX to set
-
setPixelSizeY
public void setPixelSizeY(double pixelSizeY) - Parameters:
pixelSizeY- the pixelSizeY to set
-
setUpperLeftPixelCenterCoordX
public void setUpperLeftPixelCenterCoordX(double upperLeftPixelCenterCoordX) - Parameters:
upperLeftPixelCenterCoordX- the upperLeftPixelCenterCoordX to set
-
setUpperLeftPixelCenterCoordY
public void setUpperLeftPixelCenterCoordY(double upperLeftPixelCenterCoordY) - Parameters:
upperLeftPixelCenterCoordY- the upperLeftPixelCenterCoordY to set
-
getAffineTransform
- Specified by:
getAffineTransformin interfaceWLDFile.WorldGeoreferencing
-