Uses of Interface
net.opengis.gml311.SolidPropertyType
-
Packages that use SolidPropertyType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of SolidPropertyType in net.opengis.gml311
Methods in net.opengis.gml311 that return SolidPropertyType Modifier and Type Method Description SolidPropertyTypeGml311Factory. createSolidPropertyType()Returns a new object of class 'Solid Property Type'.SolidPropertyTypeDocumentRoot. getSolidMember()Returns the value of the 'Solid Member' containment reference.SolidPropertyTypeDocumentRoot. getSolidProperty()Returns the value of the 'Solid Property' containment reference.Methods in net.opengis.gml311 that return types with arguments of type SolidPropertyType Modifier and Type Method Description EList<SolidPropertyType>CompositeSolidType. getSolidMember()Returns the value of the 'Solid Member' containment reference list.EList<SolidPropertyType>MultiSolidType. getSolidMember()Returns the value of the 'Solid Member' containment reference list.Methods in net.opengis.gml311 with parameters of type SolidPropertyType Modifier and Type Method Description voidDocumentRoot. setSolidMember(SolidPropertyType value)Sets the value of the 'Solid Member' containment reference.voidDocumentRoot. setSolidProperty(SolidPropertyType value)Sets the value of the 'Solid Property' containment reference. -
Uses of SolidPropertyType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement SolidPropertyType Modifier and Type Class Description classSolidPropertyTypeImplAn implementation of the model object 'Solid Property Type'.Fields in net.opengis.gml311.impl with type parameters of type SolidPropertyType Modifier and Type Field Description protected EList<SolidPropertyType>CompositeSolidTypeImpl. solidMemberThe cached value of the 'Solid Member' containment reference list.protected EList<SolidPropertyType>MultiSolidTypeImpl. solidMemberThe cached value of the 'Solid Member' containment reference list.Methods in net.opengis.gml311.impl that return SolidPropertyType Modifier and Type Method Description SolidPropertyTypeGml311FactoryImpl. createSolidPropertyType()SolidPropertyTypeDocumentRootImpl. getSolidMember()SolidPropertyTypeDocumentRootImpl. getSolidProperty()Methods in net.opengis.gml311.impl that return types with arguments of type SolidPropertyType Modifier and Type Method Description EList<SolidPropertyType>CompositeSolidTypeImpl. getSolidMember()EList<SolidPropertyType>MultiSolidTypeImpl. getSolidMember()Methods in net.opengis.gml311.impl with parameters of type SolidPropertyType Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetSolidMember(SolidPropertyType newSolidMember, NotificationChain msgs)NotificationChainDocumentRootImpl. basicSetSolidProperty(SolidPropertyType newSolidProperty, NotificationChain msgs)voidDocumentRootImpl. setSolidMember(SolidPropertyType newSolidMember)voidDocumentRootImpl. setSolidProperty(SolidPropertyType newSolidProperty) -
Uses of SolidPropertyType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type SolidPropertyType Modifier and Type Method Description TGml311Switch. caseSolidPropertyType(SolidPropertyType object)Returns the result of interpreting the object as an instance of 'Solid Property Type'.booleanGml311Validator. validateSolidPropertyType(SolidPropertyType solidPropertyType, DiagnosticChain diagnostics, Map<Object,Object> context)
-