Uses of Interface
net.opengis.gml311.PrimeMeridianRefType
-
Packages that use PrimeMeridianRefType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of PrimeMeridianRefType in net.opengis.gml311
Methods in net.opengis.gml311 that return PrimeMeridianRefType Modifier and Type Method Description PrimeMeridianRefType
Gml311Factory. createPrimeMeridianRefType()
Returns a new object of class 'Prime Meridian Ref Type'.PrimeMeridianRefType
DocumentRoot. getPrimeMeridianRef()
Returns the value of the 'Prime Meridian Ref' containment reference.PrimeMeridianRefType
DocumentRoot. getUsesPrimeMeridian()
Returns the value of the 'Uses Prime Meridian' containment reference.PrimeMeridianRefType
GeodeticDatumType. getUsesPrimeMeridian()
Returns the value of the 'Uses Prime Meridian' containment reference.Methods in net.opengis.gml311 with parameters of type PrimeMeridianRefType Modifier and Type Method Description void
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 PrimeMeridianRefType Modifier and Type Class Description class
PrimeMeridianRefTypeImpl
An implementation of the model object 'Prime Meridian Ref Type'.Fields in net.opengis.gml311.impl declared as PrimeMeridianRefType Modifier and Type Field Description protected PrimeMeridianRefType
GeodeticDatumTypeImpl. usesPrimeMeridian
The cached value of the 'Uses Prime Meridian
' containment reference.Methods in net.opengis.gml311.impl that return PrimeMeridianRefType Modifier and Type Method Description PrimeMeridianRefType
Gml311FactoryImpl. createPrimeMeridianRefType()
PrimeMeridianRefType
DocumentRootImpl. getPrimeMeridianRef()
PrimeMeridianRefType
DocumentRootImpl. getUsesPrimeMeridian()
PrimeMeridianRefType
GeodeticDatumTypeImpl. getUsesPrimeMeridian()
Methods in net.opengis.gml311.impl with parameters of type PrimeMeridianRefType Modifier and Type Method Description NotificationChain
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 PrimeMeridianRefType Modifier and Type Method Description T
Gml311Switch. 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)
-