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 ReferenceSystemRefType
Gml311Factory. createReferenceSystemRefType()
Returns a new object of class 'Reference System Ref Type'.ReferenceSystemRefType
DocumentRoot. 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 void
DocumentRoot. 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 class
ReferenceSystemRefTypeImpl
An implementation of the model object 'Reference System Ref Type'.Methods in net.opengis.gml311.impl that return ReferenceSystemRefType Modifier and Type Method Description ReferenceSystemRefType
Gml311FactoryImpl. createReferenceSystemRefType()
ReferenceSystemRefType
DocumentRootImpl. getReferenceSystemRef()
Methods in net.opengis.gml311.impl with parameters of type ReferenceSystemRefType Modifier and Type Method Description NotificationChain
DocumentRootImpl. basicSetReferenceSystemRef(ReferenceSystemRefType newReferenceSystemRef, NotificationChain msgs)
void
DocumentRootImpl. 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 T
Gml311Switch. caseReferenceSystemRefType(ReferenceSystemRefType object)
Returns the result of interpreting the object as an instance of 'Reference System Ref Type'.boolean
Gml311Validator. validateReferenceSystemRefType(ReferenceSystemRefType referenceSystemRefType, DiagnosticChain diagnostics, Map<Object,Object> context)
-