Uses of Interface
net.opengis.gml311.CoordType
-
Packages that use CoordType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of CoordType in net.opengis.gml311
Methods in net.opengis.gml311 that return CoordType Modifier and Type Method Description CoordType
Gml311Factory. createCoordType()
Returns a new object of class 'Coord Type'.CoordType
DocumentRoot. getCoord()
Returns the value of the 'Coord' containment reference.CoordType
PointType. getCoord()
Returns the value of the 'Coord' containment reference.Methods in net.opengis.gml311 that return types with arguments of type CoordType Modifier and Type Method Description EList<CoordType>
EnvelopeType. getCoord()
Returns the value of the 'Coord' containment reference list.EList<CoordType>
LinearRingType. getCoord()
Returns the value of the 'Coord' containment reference list.EList<CoordType>
LineStringType. getCoord()
Returns the value of the 'Coord' containment reference list.Methods in net.opengis.gml311 with parameters of type CoordType Modifier and Type Method Description void
DocumentRoot. setCoord(CoordType value)
Sets the value of the 'Coord
' containment reference.void
PointType. setCoord(CoordType value)
Sets the value of the 'Coord
' containment reference. -
Uses of CoordType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement CoordType Modifier and Type Class Description class
CoordTypeImpl
An implementation of the model object 'Coord Type'.Fields in net.opengis.gml311.impl declared as CoordType Modifier and Type Field Description protected CoordType
PointTypeImpl. coord
The cached value of the 'Coord
' containment reference.Fields in net.opengis.gml311.impl with type parameters of type CoordType Modifier and Type Field Description protected EList<CoordType>
EnvelopeTypeImpl. coord
The cached value of the 'Coord
' containment reference list.protected EList<CoordType>
LinearRingTypeImpl. coord
The cached value of the 'Coord
' containment reference list.Methods in net.opengis.gml311.impl that return CoordType Modifier and Type Method Description CoordType
Gml311FactoryImpl. createCoordType()
CoordType
DocumentRootImpl. getCoord()
CoordType
PointTypeImpl. getCoord()
Methods in net.opengis.gml311.impl that return types with arguments of type CoordType Modifier and Type Method Description EList<CoordType>
EnvelopeTypeImpl. getCoord()
EList<CoordType>
LinearRingTypeImpl. getCoord()
EList<CoordType>
LineStringTypeImpl. getCoord()
Methods in net.opengis.gml311.impl with parameters of type CoordType Modifier and Type Method Description NotificationChain
DocumentRootImpl. basicSetCoord(CoordType newCoord, NotificationChain msgs)
NotificationChain
PointTypeImpl. basicSetCoord(CoordType newCoord, NotificationChain msgs)
void
DocumentRootImpl. setCoord(CoordType newCoord)
void
PointTypeImpl. setCoord(CoordType newCoord)
-
Uses of CoordType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type CoordType Modifier and Type Method Description T
Gml311Switch. caseCoordType(CoordType object)
Returns the result of interpreting the object as an instance of 'Coord Type'.boolean
Gml311Validator. validateCoordType(CoordType coordType, DiagnosticChain diagnostics, Map<Object,Object> context)
-