Uses of Interface
net.opengis.gml311.PointPropertyType
-
Packages that use PointPropertyType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of PointPropertyType in net.opengis.gml311
Methods in net.opengis.gml311 that return PointPropertyType Modifier and Type Method Description PointPropertyType
Gml311Factory. createPointPropertyType()
Returns a new object of class 'Point Property Type'.PointPropertyType
DocumentRoot. getCenterOf()
Returns the value of the 'Center Of' containment reference.PointPropertyType
RectifiedGridType. getOrigin()
Returns the value of the 'Origin' containment reference.PointPropertyType
DocumentRoot. getPointMember()
Returns the value of the 'Point Member' containment reference.PointPropertyType
ArcByCenterPointType. getPointProperty()
Returns the value of the 'Point Property' containment reference.PointPropertyType
DocumentRoot. getPointProperty()
Returns the value of the 'Point Property' containment reference.PointPropertyType
NodeType. getPointProperty()
Returns the value of the 'Point Property' containment reference.PointPropertyType
ArcByCenterPointType. getPointRep()
Returns the value of the 'Point Rep' containment reference.PointPropertyType
DocumentRoot. getPointRep()
Returns the value of the 'Point Rep' containment reference.PointPropertyType
DocumentRoot. getPosition()
Returns the value of the 'Position' containment reference.Methods in net.opengis.gml311 that return types with arguments of type PointPropertyType Modifier and Type Method Description EList<PointPropertyType>
MultiPointType. getPointMember()
Returns the value of the 'Point Member' containment reference list.EList<PointPropertyType>
ArcStringByBulgeType. getPointProperty()
Returns the value of the 'Point Property' containment reference list.EList<PointPropertyType>
ArcStringType. getPointProperty()
Returns the value of the 'Point Property' containment reference list.EList<PointPropertyType>
BSplineType. getPointProperty()
Returns the value of the 'Point Property' containment reference list.EList<PointPropertyType>
ControlPointType. getPointProperty()
Returns the value of the 'Point Property' containment reference list.EList<PointPropertyType>
CubicSplineType. getPointProperty()
Returns the value of the 'Point Property' containment reference list.EList<PointPropertyType>
GeodesicStringType. getPointProperty()
Returns the value of the 'Point Property' containment reference list.EList<PointPropertyType>
LinearRingType. getPointProperty()
Returns the value of the 'Point Property' containment reference list.EList<PointPropertyType>
LineStringSegmentType. getPointProperty()
Returns the value of the 'Point Property' containment reference list.EList<PointPropertyType>
LineStringType. getPointProperty()
Returns the value of the 'Point Property' containment reference list.EList<PointPropertyType>
RowType. getPointProperty()
Returns the value of the 'Point Property' containment reference list.EList<PointPropertyType>
ArcStringByBulgeType. getPointRep()
Returns the value of the 'Point Rep' containment reference list.EList<PointPropertyType>
ArcStringType. getPointRep()
Returns the value of the 'Point Rep' containment reference list.EList<PointPropertyType>
BSplineType. getPointRep()
Returns the value of the 'Point Rep' containment reference list.EList<PointPropertyType>
CubicSplineType. getPointRep()
Returns the value of the 'Point Rep' containment reference list.EList<PointPropertyType>
LinearRingType. getPointRep()
Returns the value of the 'Point Rep' containment reference list.EList<PointPropertyType>
LineStringSegmentType. getPointRep()
Returns the value of the 'Point Rep' containment reference list.EList<PointPropertyType>
LineStringType. getPointRep()
Returns the value of the 'Point Rep' containment reference list.Methods in net.opengis.gml311 with parameters of type PointPropertyType Modifier and Type Method Description void
DocumentRoot. setCenterOf(PointPropertyType value)
Sets the value of the 'Center Of
' containment reference.void
RectifiedGridType. setOrigin(PointPropertyType value)
Sets the value of the 'Origin
' containment reference.void
DocumentRoot. setPointMember(PointPropertyType value)
Sets the value of the 'Point Member
' containment reference.void
ArcByCenterPointType. setPointProperty(PointPropertyType value)
Sets the value of the 'Point Property
' containment reference.void
DocumentRoot. setPointProperty(PointPropertyType value)
Sets the value of the 'Point Property
' containment reference.void
NodeType. setPointProperty(PointPropertyType value)
Sets the value of the 'Point Property
' containment reference.void
ArcByCenterPointType. setPointRep(PointPropertyType value)
Sets the value of the 'Point Rep
' containment reference.void
DocumentRoot. setPointRep(PointPropertyType value)
Sets the value of the 'Point Rep
' containment reference.void
DocumentRoot. setPosition(PointPropertyType value)
Sets the value of the 'Position
' containment reference. -
Uses of PointPropertyType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement PointPropertyType Modifier and Type Class Description class
PointPropertyTypeImpl
An implementation of the model object 'Point Property Type'.Fields in net.opengis.gml311.impl declared as PointPropertyType Modifier and Type Field Description protected PointPropertyType
RectifiedGridTypeImpl. origin
The cached value of the 'Origin
' containment reference.protected PointPropertyType
ArcByCenterPointTypeImpl. pointProperty
The cached value of the 'Point Property
' containment reference.protected PointPropertyType
NodeTypeImpl. pointProperty
The cached value of the 'Point Property
' containment reference.protected PointPropertyType
ArcByCenterPointTypeImpl. pointRep
The cached value of the 'Point Rep
' containment reference.Fields in net.opengis.gml311.impl with type parameters of type PointPropertyType Modifier and Type Field Description protected EList<PointPropertyType>
MultiPointTypeImpl. pointMember
The cached value of the 'Point Member
' containment reference list.Methods in net.opengis.gml311.impl that return PointPropertyType Modifier and Type Method Description PointPropertyType
Gml311FactoryImpl. createPointPropertyType()
PointPropertyType
DocumentRootImpl. getCenterOf()
PointPropertyType
RectifiedGridTypeImpl. getOrigin()
PointPropertyType
DocumentRootImpl. getPointMember()
PointPropertyType
ArcByCenterPointTypeImpl. getPointProperty()
PointPropertyType
DocumentRootImpl. getPointProperty()
PointPropertyType
NodeTypeImpl. getPointProperty()
PointPropertyType
ArcByCenterPointTypeImpl. getPointRep()
PointPropertyType
DocumentRootImpl. getPointRep()
PointPropertyType
DocumentRootImpl. getPosition()
Methods in net.opengis.gml311.impl that return types with arguments of type PointPropertyType Modifier and Type Method Description EList<PointPropertyType>
MultiPointTypeImpl. getPointMember()
EList<PointPropertyType>
ArcStringByBulgeTypeImpl. getPointProperty()
EList<PointPropertyType>
ArcStringTypeImpl. getPointProperty()
EList<PointPropertyType>
BSplineTypeImpl. getPointProperty()
EList<PointPropertyType>
ControlPointTypeImpl. getPointProperty()
EList<PointPropertyType>
CubicSplineTypeImpl. getPointProperty()
EList<PointPropertyType>
GeodesicStringTypeImpl. getPointProperty()
EList<PointPropertyType>
LinearRingTypeImpl. getPointProperty()
EList<PointPropertyType>
LineStringSegmentTypeImpl. getPointProperty()
EList<PointPropertyType>
LineStringTypeImpl. getPointProperty()
EList<PointPropertyType>
RowTypeImpl. getPointProperty()
EList<PointPropertyType>
ArcStringByBulgeTypeImpl. getPointRep()
EList<PointPropertyType>
ArcStringTypeImpl. getPointRep()
EList<PointPropertyType>
BSplineTypeImpl. getPointRep()
EList<PointPropertyType>
CubicSplineTypeImpl. getPointRep()
EList<PointPropertyType>
LinearRingTypeImpl. getPointRep()
EList<PointPropertyType>
LineStringSegmentTypeImpl. getPointRep()
EList<PointPropertyType>
LineStringTypeImpl. getPointRep()
Methods in net.opengis.gml311.impl with parameters of type PointPropertyType Modifier and Type Method Description NotificationChain
DocumentRootImpl. basicSetCenterOf(PointPropertyType newCenterOf, NotificationChain msgs)
NotificationChain
RectifiedGridTypeImpl. basicSetOrigin(PointPropertyType newOrigin, NotificationChain msgs)
NotificationChain
DocumentRootImpl. basicSetPointMember(PointPropertyType newPointMember, NotificationChain msgs)
NotificationChain
ArcByCenterPointTypeImpl. basicSetPointProperty(PointPropertyType newPointProperty, NotificationChain msgs)
NotificationChain
DocumentRootImpl. basicSetPointProperty(PointPropertyType newPointProperty, NotificationChain msgs)
NotificationChain
NodeTypeImpl. basicSetPointProperty(PointPropertyType newPointProperty, NotificationChain msgs)
NotificationChain
ArcByCenterPointTypeImpl. basicSetPointRep(PointPropertyType newPointRep, NotificationChain msgs)
NotificationChain
DocumentRootImpl. basicSetPointRep(PointPropertyType newPointRep, NotificationChain msgs)
NotificationChain
DocumentRootImpl. basicSetPosition(PointPropertyType newPosition, NotificationChain msgs)
void
DocumentRootImpl. setCenterOf(PointPropertyType newCenterOf)
void
RectifiedGridTypeImpl. setOrigin(PointPropertyType newOrigin)
void
DocumentRootImpl. setPointMember(PointPropertyType newPointMember)
void
ArcByCenterPointTypeImpl. setPointProperty(PointPropertyType newPointProperty)
void
DocumentRootImpl. setPointProperty(PointPropertyType newPointProperty)
void
NodeTypeImpl. setPointProperty(PointPropertyType newPointProperty)
void
ArcByCenterPointTypeImpl. setPointRep(PointPropertyType newPointRep)
void
DocumentRootImpl. setPointRep(PointPropertyType newPointRep)
void
DocumentRootImpl. setPosition(PointPropertyType newPosition)
-
Uses of PointPropertyType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type PointPropertyType Modifier and Type Method Description T
Gml311Switch. casePointPropertyType(PointPropertyType object)
Returns the result of interpreting the object as an instance of 'Point Property Type'.boolean
Gml311Validator. validatePointPropertyType(PointPropertyType pointPropertyType, DiagnosticChain diagnostics, Map<Object,Object> context)
-