Uses of Interface
net.opengis.gml311.MultiPointType
-
Packages that use MultiPointType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of MultiPointType in net.opengis.gml311
Methods in net.opengis.gml311 that return MultiPointType Modifier and Type Method Description MultiPointType
Gml311Factory. createMultiPointType()
Returns a new object of class 'Multi Point Type'.MultiPointType
DocumentRoot. getMultiPoint()
Returns the value of the 'Multi Point' containment reference.MultiPointType
MultiPointDomainType. getMultiPoint()
Returns the value of the 'Multi Point' containment reference.MultiPointType
MultiPointPropertyType. getMultiPoint()
Returns the value of the 'Multi Point' containment reference.Methods in net.opengis.gml311 with parameters of type MultiPointType Modifier and Type Method Description void
DocumentRoot. setMultiPoint(MultiPointType value)
Sets the value of the 'Multi Point
' containment reference.void
MultiPointDomainType. setMultiPoint(MultiPointType value)
Sets the value of the 'Multi Point
' containment reference.void
MultiPointPropertyType. setMultiPoint(MultiPointType value)
Sets the value of the 'Multi Point
' containment reference. -
Uses of MultiPointType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement MultiPointType Modifier and Type Class Description class
MultiPointTypeImpl
An implementation of the model object 'Multi Point Type'.Fields in net.opengis.gml311.impl declared as MultiPointType Modifier and Type Field Description protected MultiPointType
MultiPointDomainTypeImpl. multiPoint
The cached value of the 'Multi Point
' containment reference.protected MultiPointType
MultiPointPropertyTypeImpl. multiPoint
The cached value of the 'Multi Point
' containment reference.Methods in net.opengis.gml311.impl that return MultiPointType Modifier and Type Method Description MultiPointType
Gml311FactoryImpl. createMultiPointType()
MultiPointType
DocumentRootImpl. getMultiPoint()
MultiPointType
MultiPointDomainTypeImpl. getMultiPoint()
MultiPointType
MultiPointPropertyTypeImpl. getMultiPoint()
Methods in net.opengis.gml311.impl with parameters of type MultiPointType Modifier and Type Method Description NotificationChain
DocumentRootImpl. basicSetMultiPoint(MultiPointType newMultiPoint, NotificationChain msgs)
NotificationChain
MultiPointDomainTypeImpl. basicSetMultiPoint(MultiPointType newMultiPoint, NotificationChain msgs)
NotificationChain
MultiPointPropertyTypeImpl. basicSetMultiPoint(MultiPointType newMultiPoint, NotificationChain msgs)
void
DocumentRootImpl. setMultiPoint(MultiPointType newMultiPoint)
void
MultiPointDomainTypeImpl. setMultiPoint(MultiPointType newMultiPoint)
void
MultiPointPropertyTypeImpl. setMultiPoint(MultiPointType newMultiPoint)
-
Uses of MultiPointType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type MultiPointType Modifier and Type Method Description T
Gml311Switch. caseMultiPointType(MultiPointType object)
Returns the result of interpreting the object as an instance of 'Multi Point Type'.boolean
Gml311Validator. validateMultiPointType(MultiPointType multiPointType, DiagnosticChain diagnostics, Map<Object,Object> context)
-