Uses of Interface
net.opengis.gml311.PrimeMeridianRefType
Packages that use PrimeMeridianRefType
-
Uses of PrimeMeridianRefType in net.opengis.gml311
Methods in net.opengis.gml311 that return PrimeMeridianRefTypeModifier and TypeMethodDescriptionGml311Factory.createPrimeMeridianRefType()
Returns a new object of class 'Prime Meridian Ref Type'.DocumentRoot.getPrimeMeridianRef()
Returns the value of the 'Prime Meridian Ref' containment reference.DocumentRoot.getUsesPrimeMeridian()
Returns the value of the 'Uses Prime Meridian' containment reference.GeodeticDatumType.getUsesPrimeMeridian()
Returns the value of the 'Uses Prime Meridian' containment reference.Methods in net.opengis.gml311 with parameters of type PrimeMeridianRefTypeModifier and TypeMethodDescriptionvoid
DocumentRoot.setPrimeMeridianRef
(PrimeMeridianRefType value) Sets the value of the 'Prime Meridian Ref
' containment reference.void
DocumentRoot.setUsesPrimeMeridian
(PrimeMeridianRefType value) Sets the value of the 'Uses Prime Meridian
' containment reference.void
GeodeticDatumType.setUsesPrimeMeridian
(PrimeMeridianRefType value) Sets the value of the 'Uses Prime Meridian
' containment reference. -
Uses of PrimeMeridianRefType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement PrimeMeridianRefTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Prime Meridian Ref Type'.Fields in net.opengis.gml311.impl declared as PrimeMeridianRefTypeModifier and TypeFieldDescriptionprotected PrimeMeridianRefType
GeodeticDatumTypeImpl.usesPrimeMeridian
The cached value of the 'Uses Prime Meridian
' containment reference.Methods in net.opengis.gml311.impl that return PrimeMeridianRefTypeModifier and TypeMethodDescriptionGml311FactoryImpl.createPrimeMeridianRefType()
DocumentRootImpl.getPrimeMeridianRef()
DocumentRootImpl.getUsesPrimeMeridian()
GeodeticDatumTypeImpl.getUsesPrimeMeridian()
Methods in net.opengis.gml311.impl with parameters of type PrimeMeridianRefTypeModifier and TypeMethodDescriptionNotificationChain
DocumentRootImpl.basicSetPrimeMeridianRef
(PrimeMeridianRefType newPrimeMeridianRef, NotificationChain msgs) NotificationChain
DocumentRootImpl.basicSetUsesPrimeMeridian
(PrimeMeridianRefType newUsesPrimeMeridian, NotificationChain msgs) NotificationChain
GeodeticDatumTypeImpl.basicSetUsesPrimeMeridian
(PrimeMeridianRefType newUsesPrimeMeridian, NotificationChain msgs) void
DocumentRootImpl.setPrimeMeridianRef
(PrimeMeridianRefType newPrimeMeridianRef) void
DocumentRootImpl.setUsesPrimeMeridian
(PrimeMeridianRefType newUsesPrimeMeridian) void
GeodeticDatumTypeImpl.setUsesPrimeMeridian
(PrimeMeridianRefType newUsesPrimeMeridian) -
Uses of PrimeMeridianRefType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type PrimeMeridianRefTypeModifier and TypeMethodDescriptionGml311Switch.casePrimeMeridianRefType
(PrimeMeridianRefType object) Returns the result of interpreting the object as an instance of 'Prime Meridian Ref Type'.boolean
Gml311Validator.validatePrimeMeridianRefType
(PrimeMeridianRefType primeMeridianRefType, DiagnosticChain diagnostics, Map<Object, Object> context)