Uses of Interface
net.opengis.wfs20.NoCRSType
-
Packages that use NoCRSType Package Description net.opengis.wfs20 net.opengis.wfs20.impl net.opengis.wfs20.util net.opengis.wfs20.validation -
-
Uses of NoCRSType in net.opengis.wfs20
Methods in net.opengis.wfs20 that return NoCRSType Modifier and Type Method Description NoCRSType
Wfs20Factory. createNoCRSType()
Returns a new object of class 'No CRS Type'.NoCRSType
FeatureTypeType. getNoCRS()
Returns the value of the 'No CRS' containment reference.Methods in net.opengis.wfs20 with parameters of type NoCRSType Modifier and Type Method Description void
FeatureTypeType. setNoCRS(NoCRSType value)
Sets the value of the 'No CRS
' containment reference. -
Uses of NoCRSType in net.opengis.wfs20.impl
Classes in net.opengis.wfs20.impl that implement NoCRSType Modifier and Type Class Description class
NoCRSTypeImpl
An implementation of the model object 'No CRS Type'.Fields in net.opengis.wfs20.impl declared as NoCRSType Modifier and Type Field Description protected NoCRSType
FeatureTypeTypeImpl. noCRS
The cached value of the 'No CRS
' containment reference.Methods in net.opengis.wfs20.impl that return NoCRSType Modifier and Type Method Description NoCRSType
Wfs20FactoryImpl. createNoCRSType()
NoCRSType
FeatureTypeTypeImpl. getNoCRS()
Methods in net.opengis.wfs20.impl with parameters of type NoCRSType Modifier and Type Method Description NotificationChain
FeatureTypeTypeImpl. basicSetNoCRS(NoCRSType newNoCRS, NotificationChain msgs)
void
FeatureTypeTypeImpl. setNoCRS(NoCRSType newNoCRS)
-
Uses of NoCRSType in net.opengis.wfs20.util
Methods in net.opengis.wfs20.util with parameters of type NoCRSType Modifier and Type Method Description T
Wfs20Switch. caseNoCRSType(NoCRSType object)
Returns the result of interpreting the object as an instance of 'No CRS Type'.boolean
Wfs20Validator. validateNoCRSType(NoCRSType noCRSType, DiagnosticChain diagnostics, Map<Object,Object> context)
-
Uses of NoCRSType in net.opengis.wfs20.validation
Methods in net.opengis.wfs20.validation with parameters of type NoCRSType Modifier and Type Method Description boolean
FeatureTypeTypeValidator. validateNoCRS(NoCRSType value)
-