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 SolidArrayPropertyTypeGml311Factory. createSolidArrayPropertyType()Returns a new object of class 'Solid Array Property Type'.SolidArrayPropertyTypeDocumentRoot. getSolidArrayProperty()Returns the value of the 'Solid Array Property' containment reference.SolidArrayPropertyTypeDocumentRoot. getSolidMembers()Returns the value of the 'Solid Members' containment reference.SolidArrayPropertyTypeMultiSolidType. 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 voidDocumentRoot. setSolidArrayProperty(SolidArrayPropertyType value)Sets the value of the 'Solid Array Property' containment reference.voidDocumentRoot. setSolidMembers(SolidArrayPropertyType value)Sets the value of the 'Solid Members' containment reference.voidMultiSolidType. 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 classSolidArrayPropertyTypeImplAn implementation of the model object 'Solid Array Property Type'.Fields in net.opengis.gml311.impl declared as SolidArrayPropertyType Modifier and Type Field Description protected SolidArrayPropertyTypeMultiSolidTypeImpl. solidMembersThe cached value of the 'Solid Members' containment reference.Methods in net.opengis.gml311.impl that return SolidArrayPropertyType Modifier and Type Method Description SolidArrayPropertyTypeGml311FactoryImpl. createSolidArrayPropertyType()SolidArrayPropertyTypeDocumentRootImpl. getSolidArrayProperty()SolidArrayPropertyTypeDocumentRootImpl. getSolidMembers()SolidArrayPropertyTypeMultiSolidTypeImpl. getSolidMembers()Methods in net.opengis.gml311.impl with parameters of type SolidArrayPropertyType Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetSolidArrayProperty(SolidArrayPropertyType newSolidArrayProperty, NotificationChain msgs)NotificationChainDocumentRootImpl. basicSetSolidMembers(SolidArrayPropertyType newSolidMembers, NotificationChain msgs)NotificationChainMultiSolidTypeImpl. basicSetSolidMembers(SolidArrayPropertyType newSolidMembers, NotificationChain msgs)voidDocumentRootImpl. setSolidArrayProperty(SolidArrayPropertyType newSolidArrayProperty)voidDocumentRootImpl. setSolidMembers(SolidArrayPropertyType newSolidMembers)voidMultiSolidTypeImpl. 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 TGml311Switch. caseSolidArrayPropertyType(SolidArrayPropertyType object)Returns the result of interpreting the object as an instance of 'Solid Array Property Type'.booleanGml311Validator. validateSolidArrayPropertyType(SolidArrayPropertyType solidArrayPropertyType, DiagnosticChain diagnostics, Map<Object,Object> context)
-