Uses of Interface
net.opengis.gml311.CoordType
Packages that use CoordType
-
Uses of CoordType in net.opengis.gml311
Methods in net.opengis.gml311 that return CoordTypeModifier and TypeMethodDescriptionGml311Factory.createCoordType()
Returns a new object of class 'Coord Type'.DocumentRoot.getCoord()
Returns the value of the 'Coord' containment reference.PointType.getCoord()
Returns the value of the 'Coord' containment reference.Methods in net.opengis.gml311 that return types with arguments of type CoordTypeModifier and TypeMethodDescriptionEList<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 -
Uses of CoordType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement CoordTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Coord Type'.Fields in net.opengis.gml311.impl declared as CoordTypeModifier and TypeFieldDescriptionprotected CoordType
PointTypeImpl.coord
The cached value of the 'Coord
' containment reference.Fields in net.opengis.gml311.impl with type parameters of type CoordTypeModifier and TypeFieldDescriptionprotected 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 CoordTypeModifier and TypeMethodDescriptionGml311FactoryImpl.createCoordType()
DocumentRootImpl.getCoord()
PointTypeImpl.getCoord()
Methods in net.opengis.gml311.impl that return types with arguments of type CoordTypeModifier and TypeMethodDescriptionEList<CoordType>
EnvelopeTypeImpl.getCoord()
EList<CoordType>
LinearRingTypeImpl.getCoord()
EList<CoordType>
LineStringTypeImpl.getCoord()
Methods in net.opengis.gml311.impl with parameters of type CoordTypeModifier and TypeMethodDescriptionNotificationChain
DocumentRootImpl.basicSetCoord
(CoordType newCoord, NotificationChain msgs) NotificationChain
PointTypeImpl.basicSetCoord
(CoordType newCoord, NotificationChain msgs) void
void
-
Uses of CoordType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type CoordTypeModifier and TypeMethodDescriptionGml311Switch.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)