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 PrimeMeridianRefTypeGml311Factory. createPrimeMeridianRefType()Returns a new object of class 'Prime Meridian Ref Type'.PrimeMeridianRefTypeDocumentRoot. getPrimeMeridianRef()Returns the value of the 'Prime Meridian Ref' containment reference.PrimeMeridianRefTypeDocumentRoot. getUsesPrimeMeridian()Returns the value of the 'Uses Prime Meridian' containment reference.PrimeMeridianRefTypeGeodeticDatumType. 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 voidDocumentRoot. setPrimeMeridianRef(PrimeMeridianRefType value)Sets the value of the 'Prime Meridian Ref' containment reference.voidDocumentRoot. setUsesPrimeMeridian(PrimeMeridianRefType value)Sets the value of the 'Uses Prime Meridian' containment reference.voidGeodeticDatumType. 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 classPrimeMeridianRefTypeImplAn implementation of the model object 'Prime Meridian Ref Type'.Fields in net.opengis.gml311.impl declared as PrimeMeridianRefType Modifier and Type Field Description protected PrimeMeridianRefTypeGeodeticDatumTypeImpl. usesPrimeMeridianThe cached value of the 'Uses Prime Meridian' containment reference.Methods in net.opengis.gml311.impl that return PrimeMeridianRefType Modifier and Type Method Description PrimeMeridianRefTypeGml311FactoryImpl. createPrimeMeridianRefType()PrimeMeridianRefTypeDocumentRootImpl. getPrimeMeridianRef()PrimeMeridianRefTypeDocumentRootImpl. getUsesPrimeMeridian()PrimeMeridianRefTypeGeodeticDatumTypeImpl. getUsesPrimeMeridian()Methods in net.opengis.gml311.impl with parameters of type PrimeMeridianRefType Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetPrimeMeridianRef(PrimeMeridianRefType newPrimeMeridianRef, NotificationChain msgs)NotificationChainDocumentRootImpl. basicSetUsesPrimeMeridian(PrimeMeridianRefType newUsesPrimeMeridian, NotificationChain msgs)NotificationChainGeodeticDatumTypeImpl. basicSetUsesPrimeMeridian(PrimeMeridianRefType newUsesPrimeMeridian, NotificationChain msgs)voidDocumentRootImpl. setPrimeMeridianRef(PrimeMeridianRefType newPrimeMeridianRef)voidDocumentRootImpl. setUsesPrimeMeridian(PrimeMeridianRefType newUsesPrimeMeridian)voidGeodeticDatumTypeImpl. 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 TGml311Switch. casePrimeMeridianRefType(PrimeMeridianRefType object)Returns the result of interpreting the object as an instance of 'Prime Meridian Ref Type'.booleanGml311Validator. validatePrimeMeridianRefType(PrimeMeridianRefType primeMeridianRefType, DiagnosticChain diagnostics, Map<Object,Object> context)
-