Uses of Interface
net.opengis.gml311.SolidArrayPropertyType
-
Packages that use SolidArrayPropertyType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of SolidArrayPropertyType in net.opengis.gml311
Methods in net.opengis.gml311 that return SolidArrayPropertyType Modifier and Type Method Description SolidArrayPropertyType
Gml311Factory. createSolidArrayPropertyType()
Returns a new object of class 'Solid Array Property Type'.SolidArrayPropertyType
DocumentRoot. getSolidArrayProperty()
Returns the value of the 'Solid Array Property' containment reference.SolidArrayPropertyType
DocumentRoot. getSolidMembers()
Returns the value of the 'Solid Members' containment reference.SolidArrayPropertyType
MultiSolidType. getSolidMembers()
Returns the value of the 'Solid Members' containment reference.Methods in net.opengis.gml311 with parameters of type SolidArrayPropertyType Modifier and Type Method Description void
DocumentRoot. setSolidArrayProperty(SolidArrayPropertyType value)
Sets the value of the 'Solid Array Property
' containment reference.void
DocumentRoot. setSolidMembers(SolidArrayPropertyType value)
Sets the value of the 'Solid Members
' containment reference.void
MultiSolidType. setSolidMembers(SolidArrayPropertyType value)
Sets the value of the 'Solid Members
' containment reference. -
Uses of SolidArrayPropertyType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement SolidArrayPropertyType Modifier and Type Class Description class
SolidArrayPropertyTypeImpl
An implementation of the model object 'Solid Array Property Type'.Fields in net.opengis.gml311.impl declared as SolidArrayPropertyType Modifier and Type Field Description protected SolidArrayPropertyType
MultiSolidTypeImpl. solidMembers
The cached value of the 'Solid Members
' containment reference.Methods in net.opengis.gml311.impl that return SolidArrayPropertyType Modifier and Type Method Description SolidArrayPropertyType
Gml311FactoryImpl. createSolidArrayPropertyType()
SolidArrayPropertyType
DocumentRootImpl. getSolidArrayProperty()
SolidArrayPropertyType
DocumentRootImpl. getSolidMembers()
SolidArrayPropertyType
MultiSolidTypeImpl. getSolidMembers()
Methods in net.opengis.gml311.impl with parameters of type SolidArrayPropertyType Modifier and Type Method Description NotificationChain
DocumentRootImpl. basicSetSolidArrayProperty(SolidArrayPropertyType newSolidArrayProperty, NotificationChain msgs)
NotificationChain
DocumentRootImpl. basicSetSolidMembers(SolidArrayPropertyType newSolidMembers, NotificationChain msgs)
NotificationChain
MultiSolidTypeImpl. basicSetSolidMembers(SolidArrayPropertyType newSolidMembers, NotificationChain msgs)
void
DocumentRootImpl. setSolidArrayProperty(SolidArrayPropertyType newSolidArrayProperty)
void
DocumentRootImpl. setSolidMembers(SolidArrayPropertyType newSolidMembers)
void
MultiSolidTypeImpl. setSolidMembers(SolidArrayPropertyType newSolidMembers)
-
Uses of SolidArrayPropertyType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type SolidArrayPropertyType Modifier and Type Method Description T
Gml311Switch. caseSolidArrayPropertyType(SolidArrayPropertyType object)
Returns the result of interpreting the object as an instance of 'Solid Array Property Type'.boolean
Gml311Validator. validateSolidArrayPropertyType(SolidArrayPropertyType solidArrayPropertyType, DiagnosticChain diagnostics, Map<Object,Object> context)
-