Uses of Interface
net.opengis.gml311.DerivedCRSTypeType
-
Packages that use DerivedCRSTypeType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of DerivedCRSTypeType in net.opengis.gml311
Methods in net.opengis.gml311 that return DerivedCRSTypeType Modifier and Type Method Description DerivedCRSTypeTypeGml311Factory. createDerivedCRSTypeType()Returns a new object of class 'Derived CRS Type Type'.DerivedCRSTypeTypeDerivedCRSType. getDerivedCRSType()Returns the value of the 'Derived CRS Type' containment reference.DerivedCRSTypeTypeDocumentRoot. getDerivedCRSType()Returns the value of the 'Derived CRS Type' containment reference.Methods in net.opengis.gml311 with parameters of type DerivedCRSTypeType Modifier and Type Method Description voidDerivedCRSType. setDerivedCRSType(DerivedCRSTypeType value)Sets the value of the 'Derived CRS Type' containment reference.voidDocumentRoot. setDerivedCRSType(DerivedCRSTypeType value)Sets the value of the 'Derived CRS Type' containment reference. -
Uses of DerivedCRSTypeType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement DerivedCRSTypeType Modifier and Type Class Description classDerivedCRSTypeTypeImplAn implementation of the model object 'Derived CRS Type Type'.Fields in net.opengis.gml311.impl declared as DerivedCRSTypeType Modifier and Type Field Description protected DerivedCRSTypeTypeDerivedCRSTypeImpl. derivedCRSTypeThe cached value of the 'Derived CRS Type' containment reference.Methods in net.opengis.gml311.impl that return DerivedCRSTypeType Modifier and Type Method Description DerivedCRSTypeTypeGml311FactoryImpl. createDerivedCRSTypeType()DerivedCRSTypeTypeDerivedCRSTypeImpl. getDerivedCRSType()DerivedCRSTypeTypeDocumentRootImpl. getDerivedCRSType()Methods in net.opengis.gml311.impl with parameters of type DerivedCRSTypeType Modifier and Type Method Description NotificationChainDerivedCRSTypeImpl. basicSetDerivedCRSType(DerivedCRSTypeType newDerivedCRSType, NotificationChain msgs)NotificationChainDocumentRootImpl. basicSetDerivedCRSType(DerivedCRSTypeType newDerivedCRSType, NotificationChain msgs)voidDerivedCRSTypeImpl. setDerivedCRSType(DerivedCRSTypeType newDerivedCRSType)voidDocumentRootImpl. setDerivedCRSType(DerivedCRSTypeType newDerivedCRSType) -
Uses of DerivedCRSTypeType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type DerivedCRSTypeType Modifier and Type Method Description TGml311Switch. caseDerivedCRSTypeType(DerivedCRSTypeType object)Returns the result of interpreting the object as an instance of 'Derived CRS Type Type'.booleanGml311Validator. validateDerivedCRSTypeType(DerivedCRSTypeType derivedCRSTypeType, DiagnosticChain diagnostics, Map<Object,Object> context)
-