Uses of Interface
net.opengis.gml311.DirectPositionType
-
Packages that use DirectPositionType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of DirectPositionType in net.opengis.gml311
Methods in net.opengis.gml311 that return DirectPositionType Modifier and Type Method Description DirectPositionTypeGml311Factory. createDirectPositionType()Returns a new object of class 'Direct Position Type'.DirectPositionTypeAffinePlacementType. getLocation()Returns the value of the 'Location' containment reference.DirectPositionTypeEnvelopeType. getLowerCorner()Returns the value of the 'Lower Corner' containment reference.DirectPositionTypeArcByCenterPointType. getPos()Returns the value of the 'Pos' containment reference.DirectPositionTypeDocumentRoot. getPos()Returns the value of the 'Pos' containment reference.DirectPositionTypePointType. getPos()Returns the value of the 'Pos' containment reference.DirectPositionTypeEnvelopeType. getUpperCorner()Returns the value of the 'Upper Corner' containment reference.Methods in net.opengis.gml311 that return types with arguments of type DirectPositionType Modifier and Type Method Description EList<DirectPositionType>ArcStringByBulgeType. getPos()Returns the value of the 'Pos' containment reference list.EList<DirectPositionType>ArcStringType. getPos()Returns the value of the 'Pos' containment reference list.EList<DirectPositionType>BSplineType. getPos()Returns the value of the 'Pos' containment reference list.EList<DirectPositionType>ControlPointType. getPos()Returns the value of the 'Pos' containment reference list.EList<DirectPositionType>CubicSplineType. getPos()Returns the value of the 'Pos' containment reference list.EList<DirectPositionType>EnvelopeType. getPos()Returns the value of the 'Pos' containment reference list.EList<DirectPositionType>GeodesicStringType. getPos()Returns the value of the 'Pos' containment reference list.EList<DirectPositionType>LinearRingType. getPos()Returns the value of the 'Pos' containment reference list.EList<DirectPositionType>LineStringSegmentType. getPos()Returns the value of the 'Pos' containment reference list.EList<DirectPositionType>LineStringType. getPos()Returns the value of the 'Pos' containment reference list.EList<DirectPositionType>RowType. getPos()Returns the value of the 'Pos' containment reference list.Methods in net.opengis.gml311 with parameters of type DirectPositionType Modifier and Type Method Description voidAffinePlacementType. setLocation(DirectPositionType value)Sets the value of the 'Location' containment reference.voidEnvelopeType. setLowerCorner(DirectPositionType value)Sets the value of the 'Lower Corner' containment reference.voidArcByCenterPointType. setPos(DirectPositionType value)Sets the value of the 'Pos' containment reference.voidDocumentRoot. setPos(DirectPositionType value)Sets the value of the 'Pos' containment reference.voidPointType. setPos(DirectPositionType value)Sets the value of the 'Pos' containment reference.voidEnvelopeType. setUpperCorner(DirectPositionType value)Sets the value of the 'Upper Corner' containment reference. -
Uses of DirectPositionType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement DirectPositionType Modifier and Type Class Description classDirectPositionTypeImplAn implementation of the model object 'Direct Position Type'.Fields in net.opengis.gml311.impl declared as DirectPositionType Modifier and Type Field Description protected DirectPositionTypeAffinePlacementTypeImpl. locationThe cached value of the 'Location' containment reference.protected DirectPositionTypeEnvelopeTypeImpl. lowerCornerThe cached value of the 'Lower Corner' containment reference.protected DirectPositionTypeArcByCenterPointTypeImpl. posThe cached value of the 'Pos' containment reference.protected DirectPositionTypePointTypeImpl. posThe cached value of the 'Pos' containment reference.protected DirectPositionTypeEnvelopeTypeImpl. upperCornerThe cached value of the 'Upper Corner' containment reference.Fields in net.opengis.gml311.impl with type parameters of type DirectPositionType Modifier and Type Field Description protected EList<DirectPositionType>EnvelopeTypeImpl. posThe cached value of the 'Pos' containment reference list.Methods in net.opengis.gml311.impl that return DirectPositionType Modifier and Type Method Description DirectPositionTypeGml311FactoryImpl. createDirectPositionType()DirectPositionTypeAffinePlacementTypeImpl. getLocation()DirectPositionTypeEnvelopeTypeImpl. getLowerCorner()DirectPositionTypeArcByCenterPointTypeImpl. getPos()DirectPositionTypeDocumentRootImpl. getPos()DirectPositionTypePointTypeImpl. getPos()DirectPositionTypeEnvelopeTypeImpl. getUpperCorner()Methods in net.opengis.gml311.impl that return types with arguments of type DirectPositionType Modifier and Type Method Description EList<DirectPositionType>ArcStringByBulgeTypeImpl. getPos()EList<DirectPositionType>ArcStringTypeImpl. getPos()EList<DirectPositionType>BSplineTypeImpl. getPos()EList<DirectPositionType>ControlPointTypeImpl. getPos()EList<DirectPositionType>CubicSplineTypeImpl. getPos()EList<DirectPositionType>EnvelopeTypeImpl. getPos()EList<DirectPositionType>GeodesicStringTypeImpl. getPos()EList<DirectPositionType>LinearRingTypeImpl. getPos()EList<DirectPositionType>LineStringSegmentTypeImpl. getPos()EList<DirectPositionType>LineStringTypeImpl. getPos()EList<DirectPositionType>RowTypeImpl. getPos()Methods in net.opengis.gml311.impl with parameters of type DirectPositionType Modifier and Type Method Description NotificationChainAffinePlacementTypeImpl. basicSetLocation(DirectPositionType newLocation, NotificationChain msgs)NotificationChainEnvelopeTypeImpl. basicSetLowerCorner(DirectPositionType newLowerCorner, NotificationChain msgs)NotificationChainArcByCenterPointTypeImpl. basicSetPos(DirectPositionType newPos, NotificationChain msgs)NotificationChainDocumentRootImpl. basicSetPos(DirectPositionType newPos, NotificationChain msgs)NotificationChainPointTypeImpl. basicSetPos(DirectPositionType newPos, NotificationChain msgs)NotificationChainEnvelopeTypeImpl. basicSetUpperCorner(DirectPositionType newUpperCorner, NotificationChain msgs)voidAffinePlacementTypeImpl. setLocation(DirectPositionType newLocation)voidEnvelopeTypeImpl. setLowerCorner(DirectPositionType newLowerCorner)voidArcByCenterPointTypeImpl. setPos(DirectPositionType newPos)voidDocumentRootImpl. setPos(DirectPositionType newPos)voidPointTypeImpl. setPos(DirectPositionType newPos)voidEnvelopeTypeImpl. setUpperCorner(DirectPositionType newUpperCorner) -
Uses of DirectPositionType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type DirectPositionType Modifier and Type Method Description TGml311Switch. caseDirectPositionType(DirectPositionType object)Returns the result of interpreting the object as an instance of 'Direct Position Type'.booleanGml311Validator. validateDirectPositionType(DirectPositionType directPositionType, DiagnosticChain diagnostics, Map<Object,Object> context)
-