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.wfs20Methods in net.opengis.wfs20 that return NoCRSType Modifier and Type Method Description NoCRSTypeWfs20Factory. createNoCRSType()Returns a new object of class 'No CRS Type'.NoCRSTypeFeatureTypeType. 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 voidFeatureTypeType. setNoCRS(NoCRSType value)Sets the value of the 'No CRS' containment reference.
- 
Uses of NoCRSType in net.opengis.wfs20.implClasses in net.opengis.wfs20.impl that implement NoCRSType Modifier and Type Class Description classNoCRSTypeImplAn implementation of the model object 'No CRS Type'.Fields in net.opengis.wfs20.impl declared as NoCRSType Modifier and Type Field Description protected NoCRSTypeFeatureTypeTypeImpl. noCRSThe cached value of the 'No CRS' containment reference.Methods in net.opengis.wfs20.impl that return NoCRSType Modifier and Type Method Description NoCRSTypeWfs20FactoryImpl. createNoCRSType()NoCRSTypeFeatureTypeTypeImpl. getNoCRS()Methods in net.opengis.wfs20.impl with parameters of type NoCRSType Modifier and Type Method Description NotificationChainFeatureTypeTypeImpl. basicSetNoCRS(NoCRSType newNoCRS, NotificationChain msgs)voidFeatureTypeTypeImpl. setNoCRS(NoCRSType newNoCRS)
- 
Uses of NoCRSType in net.opengis.wfs20.utilMethods in net.opengis.wfs20.util with parameters of type NoCRSType Modifier and Type Method Description TWfs20Switch. caseNoCRSType(NoCRSType object)Returns the result of interpreting the object as an instance of 'No CRS Type'.booleanWfs20Validator. validateNoCRSType(NoCRSType noCRSType, DiagnosticChain diagnostics, Map<Object,Object> context)
- 
Uses of NoCRSType in net.opengis.wfs20.validationMethods in net.opengis.wfs20.validation with parameters of type NoCRSType Modifier and Type Method Description booleanFeatureTypeTypeValidator. validateNoCRS(NoCRSType value)
 
-