Uses of Interface
net.opengis.wfs.NoSRSType
Packages that use NoSRSType
-
Uses of NoSRSType in net.opengis.wfs
Methods in net.opengis.wfs that return NoSRSTypeModifier and TypeMethodDescriptionWfsFactory.createNoSRSType()
Returns a new object of class 'No SRS Type'.FeatureTypeType.getNoSRS()
Returns the value of the 'No SRS' containment reference.Methods in net.opengis.wfs with parameters of type NoSRSType -
Uses of NoSRSType in net.opengis.wfs.impl
Classes in net.opengis.wfs.impl that implement NoSRSTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'No SRS Type'.Fields in net.opengis.wfs.impl declared as NoSRSTypeModifier and TypeFieldDescriptionprotected NoSRSType
FeatureTypeTypeImpl.noSRS
The cached value of the 'No SRS
' containment reference.Methods in net.opengis.wfs.impl that return NoSRSTypeModifier and TypeMethodDescriptionWfsFactoryImpl.createNoSRSType()
FeatureTypeTypeImpl.getNoSRS()
Methods in net.opengis.wfs.impl with parameters of type NoSRSTypeModifier and TypeMethodDescriptionNotificationChain
FeatureTypeTypeImpl.basicSetNoSRS
(NoSRSType newNoSRS, NotificationChain msgs) void
-
Uses of NoSRSType in net.opengis.wfs.validation
Methods in net.opengis.wfs.validation with parameters of type NoSRSTypeModifier and TypeMethodDescriptionboolean
FeatureTypeTypeValidator.validateNoSRS
(NoSRSType value)