Uses of Interface
net.opengis.gml311.PrimeMeridianBaseType
-
Packages that use PrimeMeridianBaseType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of PrimeMeridianBaseType in net.opengis.gml311
Subinterfaces of PrimeMeridianBaseType in net.opengis.gml311 Modifier and Type Interface Description interface
PrimeMeridianType
A representation of the model object 'Prime Meridian Type'. -
Uses of PrimeMeridianBaseType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement PrimeMeridianBaseType Modifier and Type Class Description class
PrimeMeridianBaseTypeImpl
An implementation of the model object 'Prime Meridian Base Type'.class
PrimeMeridianTypeImpl
An implementation of the model object 'Prime Meridian Type'. -
Uses of PrimeMeridianBaseType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type PrimeMeridianBaseType Modifier and Type Method Description T
Gml311Switch. casePrimeMeridianBaseType(PrimeMeridianBaseType object)
Returns the result of interpreting the object as an instance of 'Prime Meridian Base Type'.boolean
Gml311Validator. validatePrimeMeridianBaseType(PrimeMeridianBaseType primeMeridianBaseType, DiagnosticChain diagnostics, Map<Object,Object> context)
-