Quad Methods |
The Quad type exposes the following members.
Name | Description | |
---|---|---|
CalculateExtent |
Calculates the extent of the quad.
| |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
IsPointInQuad |
Is Point in Quad?
| |
MapUv2Xy |
Mapping from coordinate system u,v to X, Y geographic coordinates
u normalized chainage [0;1] and v normalized distance from centre [-1; 1].
Bilinear interpolation.
| |
MapXy2Uv |
Mapping from geographic coordinates (x,y) to local coordinate system (u,v),
u normalized distance in base line direction, v normalized distance
in height direction. Both in interval [0,1]
| |
MapXy2Uv1 | Obsolete.
Mapping from geographic coordinates X,Y to coordinate system u,v
u normalized chainage [0;1] and v normalized distance from centre [-1; 1]
Remember: Solved by u; The documentation solves it by v
| |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |