Uses of Interface
net.opengis.gml311.PointArrayPropertyType
-
Packages that use PointArrayPropertyType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of PointArrayPropertyType in net.opengis.gml311
Methods in net.opengis.gml311 that return PointArrayPropertyType Modifier and Type Method Description PointArrayPropertyType
Gml311Factory. createPointArrayPropertyType()
Returns a new object of class 'Point Array Property Type'.PointArrayPropertyType
DocumentRoot. getPointArrayProperty()
Returns the value of the 'Point Array Property' containment reference.PointArrayPropertyType
DocumentRoot. getPointMembers()
Returns the value of the 'Point Members' containment reference.PointArrayPropertyType
MultiPointType. getPointMembers()
Returns the value of the 'Point Members' containment reference.Methods in net.opengis.gml311 with parameters of type PointArrayPropertyType Modifier and Type Method Description void
DocumentRoot. setPointArrayProperty(PointArrayPropertyType value)
Sets the value of the 'Point Array Property
' containment reference.void
DocumentRoot. setPointMembers(PointArrayPropertyType value)
Sets the value of the 'Point Members
' containment reference.void
MultiPointType. setPointMembers(PointArrayPropertyType value)
Sets the value of the 'Point Members
' containment reference. -
Uses of PointArrayPropertyType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement PointArrayPropertyType Modifier and Type Class Description class
PointArrayPropertyTypeImpl
An implementation of the model object 'Point Array Property Type'.Fields in net.opengis.gml311.impl declared as PointArrayPropertyType Modifier and Type Field Description protected PointArrayPropertyType
MultiPointTypeImpl. pointMembers
The cached value of the 'Point Members
' containment reference.Methods in net.opengis.gml311.impl that return PointArrayPropertyType Modifier and Type Method Description PointArrayPropertyType
Gml311FactoryImpl. createPointArrayPropertyType()
PointArrayPropertyType
DocumentRootImpl. getPointArrayProperty()
PointArrayPropertyType
DocumentRootImpl. getPointMembers()
PointArrayPropertyType
MultiPointTypeImpl. getPointMembers()
Methods in net.opengis.gml311.impl with parameters of type PointArrayPropertyType Modifier and Type Method Description NotificationChain
DocumentRootImpl. basicSetPointArrayProperty(PointArrayPropertyType newPointArrayProperty, NotificationChain msgs)
NotificationChain
DocumentRootImpl. basicSetPointMembers(PointArrayPropertyType newPointMembers, NotificationChain msgs)
NotificationChain
MultiPointTypeImpl. basicSetPointMembers(PointArrayPropertyType newPointMembers, NotificationChain msgs)
void
DocumentRootImpl. setPointArrayProperty(PointArrayPropertyType newPointArrayProperty)
void
DocumentRootImpl. setPointMembers(PointArrayPropertyType newPointMembers)
void
MultiPointTypeImpl. setPointMembers(PointArrayPropertyType newPointMembers)
-
Uses of PointArrayPropertyType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type PointArrayPropertyType Modifier and Type Method Description T
Gml311Switch. casePointArrayPropertyType(PointArrayPropertyType object)
Returns the result of interpreting the object as an instance of 'Point Array Property Type'.boolean
Gml311Validator. validatePointArrayPropertyType(PointArrayPropertyType pointArrayPropertyType, DiagnosticChain diagnostics, Map<Object,Object> context)
-