Gets flags classifying domain points within a convex hull.
[Visual Basic]
Function GetDomainFlags( _
ByVal ord As Double() _
) As DomainFlags
Missing <returns> documentation for M:Geotools.CoordinateTransformations.IMathTransform.GetDomainFlags(System.Double[])
The supplied ordinates are interpreted as a sequence of points, which generates a convex hull in the source space. Conceptually, each of the (usually infinite) points inside the convex hull is then tested against the source domain. The flags of all these tests are then combined. In practice, implementations of different transforms will use different short-cuts to avoid doing an infinite number of tests.
IMathTransform Interface | IMathTransform Members | Geotools.CoordinateTransformations Namespace