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.wfsMethods in net.opengis.wfs that return NoSRSType Modifier and Type Method Description NoSRSTypeWfsFactory. createNoSRSType()Returns a new object of class 'No SRS Type'.NoSRSTypeFeatureTypeType. 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 voidFeatureTypeType. setNoSRS(NoSRSType value)Sets the value of the 'No SRS' containment reference.
- 
Uses of NoSRSType in net.opengis.wfs.implClasses in net.opengis.wfs.impl that implement NoSRSType Modifier and Type Class Description classNoSRSTypeImplAn implementation of the model object 'No SRS Type'.Fields in net.opengis.wfs.impl declared as NoSRSType Modifier and Type Field Description protected NoSRSTypeFeatureTypeTypeImpl. noSRSThe cached value of the 'No SRS' containment reference.Methods in net.opengis.wfs.impl that return NoSRSType Modifier and Type Method Description NoSRSTypeWfsFactoryImpl. createNoSRSType()NoSRSTypeFeatureTypeTypeImpl. getNoSRS()Methods in net.opengis.wfs.impl with parameters of type NoSRSType Modifier and Type Method Description NotificationChainFeatureTypeTypeImpl. basicSetNoSRS(NoSRSType newNoSRS, NotificationChain msgs)voidFeatureTypeTypeImpl. setNoSRS(NoSRSType newNoSRS)
- 
Uses of NoSRSType in net.opengis.wfs.validationMethods in net.opengis.wfs.validation with parameters of type NoSRSType Modifier and Type Method Description booleanFeatureTypeTypeValidator. validateNoSRS(NoSRSType value)
 
-