Uses of Interface
net.opengis.wfs.NoSRSType
-
Packages that use NoSRSType Package Description net.opengis.wfs net.opengis.wfs.impl net.opengis.wfs.validation -
-
Uses of NoSRSType in net.opengis.wfs
Methods in net.opengis.wfs that return NoSRSType Modifier and Type Method Description NoSRSType
WfsFactory. createNoSRSType()
Returns a new object of class 'No SRS Type'.NoSRSType
FeatureTypeType. getNoSRS()
Returns the value of the 'No SRS' containment reference.Methods in net.opengis.wfs with parameters of type NoSRSType Modifier and Type Method Description void
FeatureTypeType. setNoSRS(NoSRSType value)
Sets the value of the 'No SRS
' containment reference. -
Uses of NoSRSType in net.opengis.wfs.impl
Classes in net.opengis.wfs.impl that implement NoSRSType Modifier and Type Class Description class
NoSRSTypeImpl
An implementation of the model object 'No SRS Type'.Fields in net.opengis.wfs.impl declared as NoSRSType Modifier and Type Field Description protected NoSRSType
FeatureTypeTypeImpl. noSRS
The cached value of the 'No SRS
' containment reference.Methods in net.opengis.wfs.impl that return NoSRSType Modifier and Type Method Description NoSRSType
WfsFactoryImpl. createNoSRSType()
NoSRSType
FeatureTypeTypeImpl. getNoSRS()
Methods in net.opengis.wfs.impl with parameters of type NoSRSType Modifier and Type Method Description NotificationChain
FeatureTypeTypeImpl. basicSetNoSRS(NoSRSType newNoSRS, NotificationChain msgs)
void
FeatureTypeTypeImpl. setNoSRS(NoSRSType newNoSRS)
-
Uses of NoSRSType in net.opengis.wfs.validation
Methods in net.opengis.wfs.validation with parameters of type NoSRSType Modifier and Type Method Description boolean
FeatureTypeTypeValidator. validateNoSRS(NoSRSType value)
-