16 #ifndef ossimLlxyProjection_HEADER 17 #define ossimLlxyProjection_HEADER 45 virtual double getLatSpacing()
const;
51 virtual double getLonSpacing()
const;
57 virtual void setLatSpacing(
double spacing);
63 virtual void setLonSpacing(
double spacing);
85 const char* prefix=0)
const;
92 const char* prefix=0);
117 double deltaDegreesPerPixelLat,
118 double deltaDegreesPerPixelLon,
virtual ossimObject * dup() const =0
virtual bool loadState(const ossimKeywordlist &kwl, const char *prefix=0)
Method to the load (recreate) the state of an object from a keyword list.
Represents serializable keyword/value map.
virtual ossimDpt worldToLineSample(const ossimGpt &worldPoint) const
virtual void computeMetersPerPixel()
This will go from the ground point and give you an approximate meters per pixel.
virtual bool isGeographic() const
virtual ossimGpt inverse(const ossimDpt &projectedPoint) const =0
Will take a point in meters and convert it to ground.
virtual void setMetersPerPixel(const ossimDpt &gsd)
virtual ossimGpt lineSampleToWorld(const ossimDpt &projectedPoint) const
virtual bool operator==(const ossimProjection &projection) const
Compares this to arg projection and returns TRUE if the same.
virtual bool saveState(ossimKeywordlist &kwl, const char *prefix=0) const
Method to save the state of an object to a keyword list.
virtual ossimDpt forward(const ossimGpt &worldPoint) const =0
All map projections will convert the world coordinate to an easting northing (Meters).
virtual void computeDegreesPerPixel()
Computes the approximate resolution in degrees/pixel.
virtual std::ostream & print(std::ostream &out) const
Prints data members to stream.
std::basic_ostream< char > ostream
Base class for char output streams.