Uses of Interface
net.opengis.gml311.ReferenceSystemRefType
-
Packages that use ReferenceSystemRefType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of ReferenceSystemRefType in net.opengis.gml311
Methods in net.opengis.gml311 that return ReferenceSystemRefType Modifier and Type Method Description ReferenceSystemRefTypeGml311Factory. createReferenceSystemRefType()Returns a new object of class 'Reference System Ref Type'.ReferenceSystemRefTypeDocumentRoot. getReferenceSystemRef()Returns the value of the 'Reference System Ref' containment reference.Methods in net.opengis.gml311 with parameters of type ReferenceSystemRefType Modifier and Type Method Description voidDocumentRoot. setReferenceSystemRef(ReferenceSystemRefType value)Sets the value of the 'Reference System Ref' containment reference. -
Uses of ReferenceSystemRefType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement ReferenceSystemRefType Modifier and Type Class Description classReferenceSystemRefTypeImplAn implementation of the model object 'Reference System Ref Type'.Methods in net.opengis.gml311.impl that return ReferenceSystemRefType Modifier and Type Method Description ReferenceSystemRefTypeGml311FactoryImpl. createReferenceSystemRefType()ReferenceSystemRefTypeDocumentRootImpl. getReferenceSystemRef()Methods in net.opengis.gml311.impl with parameters of type ReferenceSystemRefType Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetReferenceSystemRef(ReferenceSystemRefType newReferenceSystemRef, NotificationChain msgs)voidDocumentRootImpl. setReferenceSystemRef(ReferenceSystemRefType newReferenceSystemRef) -
Uses of ReferenceSystemRefType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type ReferenceSystemRefType Modifier and Type Method Description TGml311Switch. caseReferenceSystemRefType(ReferenceSystemRefType object)Returns the result of interpreting the object as an instance of 'Reference System Ref Type'.booleanGml311Validator. validateReferenceSystemRefType(ReferenceSystemRefType referenceSystemRefType, DiagnosticChain diagnostics, Map<Object,Object> context)
-