Uses of Class
org.opengis.ct.CT_DomainFlags

Packages that use CT_DomainFlags
org.deegree_impl.model.ct   
org.opengis.ct   
 

Uses of CT_DomainFlags in org.deegree_impl.model.ct
 

Methods in org.deegree_impl.model.ct that return CT_DomainFlags
 CT_DomainFlags MathTransformExport.getDomainFlags(double[] ord)
          Gets flags classifying domain points within a convex hull.
 CT_DomainFlags Adapters.export(DomainFlags flags)
          Construct an OpenGIS enum from a domain flag.
 

Methods in org.deegree_impl.model.ct with parameters of type CT_DomainFlags
 DomainFlags Adapters.wrap(CT_DomainFlags flags)
          Construct a domain flag from an OpenGIS enum.
 

Uses of CT_DomainFlags in org.opengis.ct
 

Methods in org.opengis.ct that return CT_DomainFlags
 CT_DomainFlags CT_MathTransform.getDomainFlags(double[] ord)
          Gets flags classifying domain points within a convex hull.