Uses of Interface
net.opengis.gml311.MultiPointPropertyType
-
Packages that use MultiPointPropertyType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of MultiPointPropertyType in net.opengis.gml311
Methods in net.opengis.gml311 that return MultiPointPropertyType Modifier and Type Method Description MultiPointPropertyType
Gml311Factory. createMultiPointPropertyType()
Returns a new object of class 'Multi Point Property Type'.MultiPointPropertyType
DocumentRoot. getMultiCenterOf()
Returns the value of the 'Multi Center Of' containment reference.MultiPointPropertyType
DocumentRoot. getMultiLocation()
Returns the value of the 'Multi Location' containment reference.MultiPointPropertyType
DocumentRoot. getMultiPointProperty()
Returns the value of the 'Multi Point Property' containment reference.MultiPointPropertyType
DocumentRoot. getMultiPosition()
Returns the value of the 'Multi Position' containment reference.Methods in net.opengis.gml311 with parameters of type MultiPointPropertyType Modifier and Type Method Description void
DocumentRoot. setMultiCenterOf(MultiPointPropertyType value)
Sets the value of the 'Multi Center Of
' containment reference.void
DocumentRoot. setMultiLocation(MultiPointPropertyType value)
Sets the value of the 'Multi Location
' containment reference.void
DocumentRoot. setMultiPointProperty(MultiPointPropertyType value)
Sets the value of the 'Multi Point Property
' containment reference.void
DocumentRoot. setMultiPosition(MultiPointPropertyType value)
Sets the value of the 'Multi Position
' containment reference. -
Uses of MultiPointPropertyType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement MultiPointPropertyType Modifier and Type Class Description class
MultiPointPropertyTypeImpl
An implementation of the model object 'Multi Point Property Type'.Methods in net.opengis.gml311.impl that return MultiPointPropertyType Modifier and Type Method Description MultiPointPropertyType
Gml311FactoryImpl. createMultiPointPropertyType()
MultiPointPropertyType
DocumentRootImpl. getMultiCenterOf()
MultiPointPropertyType
DocumentRootImpl. getMultiLocation()
MultiPointPropertyType
DocumentRootImpl. getMultiPointProperty()
MultiPointPropertyType
DocumentRootImpl. getMultiPosition()
Methods in net.opengis.gml311.impl with parameters of type MultiPointPropertyType Modifier and Type Method Description NotificationChain
DocumentRootImpl. basicSetMultiCenterOf(MultiPointPropertyType newMultiCenterOf, NotificationChain msgs)
NotificationChain
DocumentRootImpl. basicSetMultiLocation(MultiPointPropertyType newMultiLocation, NotificationChain msgs)
NotificationChain
DocumentRootImpl. basicSetMultiPointProperty(MultiPointPropertyType newMultiPointProperty, NotificationChain msgs)
NotificationChain
DocumentRootImpl. basicSetMultiPosition(MultiPointPropertyType newMultiPosition, NotificationChain msgs)
void
DocumentRootImpl. setMultiCenterOf(MultiPointPropertyType newMultiCenterOf)
void
DocumentRootImpl. setMultiLocation(MultiPointPropertyType newMultiLocation)
void
DocumentRootImpl. setMultiPointProperty(MultiPointPropertyType newMultiPointProperty)
void
DocumentRootImpl. setMultiPosition(MultiPointPropertyType newMultiPosition)
-
Uses of MultiPointPropertyType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type MultiPointPropertyType Modifier and Type Method Description T
Gml311Switch. caseMultiPointPropertyType(MultiPointPropertyType object)
Returns the result of interpreting the object as an instance of 'Multi Point Property Type'.boolean
Gml311Validator. validateMultiPointPropertyType(MultiPointPropertyType multiPointPropertyType, DiagnosticChain diagnostics, Map<Object,Object> context)
-