Uses of Class
org.geotools.ct.DomainFlags

Packages that use DomainFlags
org.geotools.ct Coordinate Transformations implementation.  
 

Uses of DomainFlags in org.geotools.ct
 

Fields in org.geotools.ct declared as DomainFlags
static DomainFlags DomainFlags.INSIDE
          Deprecated. At least one point in a convex hull is inside the transform's domain.
static DomainFlags DomainFlags.OUTSIDE
          Deprecated. At least one point in a convex hull is outside the transform's domain.
static DomainFlags DomainFlags.DISCONTINUOUS
          Deprecated. At least one point in a convex hull is not transformed continuously.
 

Methods in org.geotools.ct that return DomainFlags
static DomainFlags DomainFlags.getEnum(int value)
          Deprecated. Return the enum for the specified value.
 DomainFlags DomainFlags.or(DomainFlags flags)
          Deprecated. Returns a combination of two domain flags.
 DomainFlags Adapters.wrap(org.opengis.ct.CT_DomainFlags flags)
          Deprecated. Construct a domain flag from an OpenGIS enum.
 

Methods in org.geotools.ct with parameters of type DomainFlags
 DomainFlags DomainFlags.or(DomainFlags flags)
          Deprecated. Returns a combination of two domain flags.
 org.opengis.ct.CT_DomainFlags Adapters.export(DomainFlags flags)
          Deprecated. Construct an OpenGIS enum from a domain flag.
 



Copyright © GeoTools. All Rights Reserved.