Uses of Interface
net.opengis.gml311.DirectPositionType
Packages that use DirectPositionType
- 
Uses of DirectPositionType in net.opengis.gml311Methods in net.opengis.gml311 that return DirectPositionTypeModifier and TypeMethodDescriptionGml311Factory.createDirectPositionType()Returns a new object of class 'Direct Position Type'.AffinePlacementType.getLocation()Returns the value of the 'Location' containment reference.EnvelopeType.getLowerCorner()Returns the value of the 'Lower Corner' containment reference.ArcByCenterPointType.getPos()Returns the value of the 'Pos' containment reference.DocumentRoot.getPos()Returns the value of the 'Pos' containment reference.PointType.getPos()Returns the value of the 'Pos' containment reference.EnvelopeType.getUpperCorner()Returns the value of the 'Upper Corner' containment reference.Methods in net.opengis.gml311 that return types with arguments of type DirectPositionTypeModifier and TypeMethodDescriptionEList<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 DirectPositionTypeModifier and TypeMethodDescriptionvoidAffinePlacementType.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.implClasses in net.opengis.gml311.impl that implement DirectPositionTypeModifier and TypeClassDescriptionclassAn implementation of the model object 'Direct Position Type'.Fields in net.opengis.gml311.impl declared as DirectPositionTypeModifier and TypeFieldDescriptionprotected 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 DirectPositionTypeModifier and TypeFieldDescriptionprotected EList<DirectPositionType>EnvelopeTypeImpl.posThe cached value of the 'Pos' containment reference list.Methods in net.opengis.gml311.impl that return DirectPositionTypeModifier and TypeMethodDescriptionGml311FactoryImpl.createDirectPositionType()AffinePlacementTypeImpl.getLocation()EnvelopeTypeImpl.getLowerCorner()ArcByCenterPointTypeImpl.getPos()DocumentRootImpl.getPos()PointTypeImpl.getPos()EnvelopeTypeImpl.getUpperCorner()Methods in net.opengis.gml311.impl that return types with arguments of type DirectPositionTypeModifier and TypeMethodDescriptionEList<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 DirectPositionTypeModifier and TypeMethodDescriptionNotificationChainAffinePlacementTypeImpl.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.utilMethods in net.opengis.gml311.util with parameters of type DirectPositionTypeModifier and TypeMethodDescriptionGml311Switch.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)