Uses of Interface
net.opengis.wfs20.NoCRSType
Packages that use NoCRSType
Package
Description
-
Uses of NoCRSType in net.opengis.wfs20
Methods in net.opengis.wfs20 that return NoCRSTypeModifier and TypeMethodDescriptionWfs20Factory.createNoCRSType()
Returns a new object of class 'No CRS Type'.FeatureTypeType.getNoCRS()
Returns the value of the 'No CRS' containment reference.Methods in net.opengis.wfs20 with parameters of type NoCRSType -
Uses of NoCRSType in net.opengis.wfs20.impl
Classes in net.opengis.wfs20.impl that implement NoCRSTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'No CRS Type'.Fields in net.opengis.wfs20.impl declared as NoCRSTypeModifier and TypeFieldDescriptionprotected NoCRSType
FeatureTypeTypeImpl.noCRS
The cached value of the 'No CRS
' containment reference.Methods in net.opengis.wfs20.impl that return NoCRSTypeModifier and TypeMethodDescriptionWfs20FactoryImpl.createNoCRSType()
FeatureTypeTypeImpl.getNoCRS()
Methods in net.opengis.wfs20.impl with parameters of type NoCRSTypeModifier and TypeMethodDescriptionNotificationChain
FeatureTypeTypeImpl.basicSetNoCRS
(NoCRSType newNoCRS, NotificationChain msgs) void
-
Uses of NoCRSType in net.opengis.wfs20.util
Methods in net.opengis.wfs20.util with parameters of type NoCRSTypeModifier and TypeMethodDescriptionWfs20Switch.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 NoCRSTypeModifier and TypeMethodDescriptionboolean
FeatureTypeTypeValidator.validateNoCRS
(NoCRSType value)