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 CoordTypeGml311Factory. createCoordType()Returns a new object of class 'Coord Type'.CoordTypeDocumentRoot. getCoord()Returns the value of the 'Coord' containment reference.CoordTypePointType. 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 voidDocumentRoot. setCoord(CoordType value)Sets the value of the 'Coord' containment reference.voidPointType. 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 classCoordTypeImplAn implementation of the model object 'Coord Type'.Fields in net.opengis.gml311.impl declared as CoordType Modifier and Type Field Description protected CoordTypePointTypeImpl. coordThe 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. coordThe cached value of the 'Coord' containment reference list.protected EList<CoordType>LinearRingTypeImpl. coordThe cached value of the 'Coord' containment reference list.Methods in net.opengis.gml311.impl that return CoordType Modifier and Type Method Description CoordTypeGml311FactoryImpl. createCoordType()CoordTypeDocumentRootImpl. getCoord()CoordTypePointTypeImpl. 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 NotificationChainDocumentRootImpl. basicSetCoord(CoordType newCoord, NotificationChain msgs)NotificationChainPointTypeImpl. basicSetCoord(CoordType newCoord, NotificationChain msgs)voidDocumentRootImpl. setCoord(CoordType newCoord)voidPointTypeImpl. 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 TGml311Switch. caseCoordType(CoordType object)Returns the result of interpreting the object as an instance of 'Coord Type'.booleanGml311Validator. validateCoordType(CoordType coordType, DiagnosticChain diagnostics, Map<Object,Object> context)
-