Click or drag to resize

Quad Methods

The Quad type exposes the following members.

Methods
  NameDescription
Public methodCalculateExtent
Calculates the extent of the quad.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIsPointInQuad
Is Point in Quad?
Public methodMapUv2Xy
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.
Public methodMapXy2Uv
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]
Public methodMapXy2Uv1 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
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also