NetTopologySuite
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Pages
NetTopologySuite.CoordinateSystems.Transformation.DotSpatial.Projections.DotSpatialMathTransform Class Reference

More...

Inheritance diagram for NetTopologySuite.CoordinateSystems.Transformation.DotSpatial.Projections.DotSpatialMathTransform:

Public Member Functions

 DotSpatialMathTransform (ProjectionInfo source, ProjectionInfo target)
 Creates an instance of this class More...
 
bool Identity ()
 
double[,] Derivative (double[] point)
 
List< double > GetCodomainConvexHull (List< double > points)
 
DomainFlags GetDomainFlags (List< double > points)
 
IMathTransform Inverse ()
 
double[] Transform (double[] point)
 
IList< double[]> TransformList (IList< double[]> points)
 
IList< Coordinate > TransformList (IList< Coordinate > points)
 
void Invert ()
 
ICoordinate Transform (ICoordinate coordinate)
 
Coordinate Transform (Coordinate coordinate)
 
ICoordinateSequence Transform (ICoordinateSequence coordinateSequence)
 

Public Attributes

ProjectionInfo Source
 
ProjectionInfo Target
 

Properties

int DimSource [get]
 
int DimTarget [get]
 
string WKT [get]
 
string XML [get]
 

Detailed Description

Constructor & Destructor Documentation

NetTopologySuite.CoordinateSystems.Transformation.DotSpatial.Projections.DotSpatialMathTransform.DotSpatialMathTransform ( ProjectionInfo  source,
ProjectionInfo  target 
)

Creates an instance of this class

Parameters
source
target

The documentation for this class was generated from the following file: