Uses of Interface
net.opengis.gml311.MultiSolidPropertyType
-
Packages that use MultiSolidPropertyType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of MultiSolidPropertyType in net.opengis.gml311
Methods in net.opengis.gml311 that return MultiSolidPropertyType Modifier and Type Method Description MultiSolidPropertyType
Gml311Factory. createMultiSolidPropertyType()
Returns a new object of class 'Multi Solid Property Type'.MultiSolidPropertyType
DocumentRoot. getMultiSolidProperty()
Returns the value of the 'Multi Solid Property' containment reference.Methods in net.opengis.gml311 with parameters of type MultiSolidPropertyType Modifier and Type Method Description void
DocumentRoot. setMultiSolidProperty(MultiSolidPropertyType value)
Sets the value of the 'Multi Solid Property
' containment reference. -
Uses of MultiSolidPropertyType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement MultiSolidPropertyType Modifier and Type Class Description class
MultiSolidPropertyTypeImpl
An implementation of the model object 'Multi Solid Property Type'.Methods in net.opengis.gml311.impl that return MultiSolidPropertyType Modifier and Type Method Description MultiSolidPropertyType
Gml311FactoryImpl. createMultiSolidPropertyType()
MultiSolidPropertyType
DocumentRootImpl. getMultiSolidProperty()
Methods in net.opengis.gml311.impl with parameters of type MultiSolidPropertyType Modifier and Type Method Description NotificationChain
DocumentRootImpl. basicSetMultiSolidProperty(MultiSolidPropertyType newMultiSolidProperty, NotificationChain msgs)
void
DocumentRootImpl. setMultiSolidProperty(MultiSolidPropertyType newMultiSolidProperty)
-
Uses of MultiSolidPropertyType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type MultiSolidPropertyType Modifier and Type Method Description T
Gml311Switch. caseMultiSolidPropertyType(MultiSolidPropertyType object)
Returns the result of interpreting the object as an instance of 'Multi Solid Property Type'.boolean
Gml311Validator. validateMultiSolidPropertyType(MultiSolidPropertyType multiSolidPropertyType, DiagnosticChain diagnostics, Map<Object,Object> context)
-