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 PointArrayPropertyTypeGml311Factory. createPointArrayPropertyType()Returns a new object of class 'Point Array Property Type'.PointArrayPropertyTypeDocumentRoot. getPointArrayProperty()Returns the value of the 'Point Array Property' containment reference.PointArrayPropertyTypeDocumentRoot. getPointMembers()Returns the value of the 'Point Members' containment reference.PointArrayPropertyTypeMultiPointType. 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 voidDocumentRoot. setPointArrayProperty(PointArrayPropertyType value)Sets the value of the 'Point Array Property' containment reference.voidDocumentRoot. setPointMembers(PointArrayPropertyType value)Sets the value of the 'Point Members' containment reference.voidMultiPointType. 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 classPointArrayPropertyTypeImplAn implementation of the model object 'Point Array Property Type'.Fields in net.opengis.gml311.impl declared as PointArrayPropertyType Modifier and Type Field Description protected PointArrayPropertyTypeMultiPointTypeImpl. pointMembersThe cached value of the 'Point Members' containment reference.Methods in net.opengis.gml311.impl that return PointArrayPropertyType Modifier and Type Method Description PointArrayPropertyTypeGml311FactoryImpl. createPointArrayPropertyType()PointArrayPropertyTypeDocumentRootImpl. getPointArrayProperty()PointArrayPropertyTypeDocumentRootImpl. getPointMembers()PointArrayPropertyTypeMultiPointTypeImpl. getPointMembers()Methods in net.opengis.gml311.impl with parameters of type PointArrayPropertyType Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetPointArrayProperty(PointArrayPropertyType newPointArrayProperty, NotificationChain msgs)NotificationChainDocumentRootImpl. basicSetPointMembers(PointArrayPropertyType newPointMembers, NotificationChain msgs)NotificationChainMultiPointTypeImpl. basicSetPointMembers(PointArrayPropertyType newPointMembers, NotificationChain msgs)voidDocumentRootImpl. setPointArrayProperty(PointArrayPropertyType newPointArrayProperty)voidDocumentRootImpl. setPointMembers(PointArrayPropertyType newPointMembers)voidMultiPointTypeImpl. 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 TGml311Switch. casePointArrayPropertyType(PointArrayPropertyType object)Returns the result of interpreting the object as an instance of 'Point Array Property Type'.booleanGml311Validator. validatePointArrayPropertyType(PointArrayPropertyType pointArrayPropertyType, DiagnosticChain diagnostics, Map<Object,Object> context)
-