Uses of Interface
net.opengis.gml311.GeometryStylePropertyType
-
Packages that use GeometryStylePropertyType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of GeometryStylePropertyType in net.opengis.gml311
Methods in net.opengis.gml311 that return GeometryStylePropertyType Modifier and Type Method Description GeometryStylePropertyTypeGml311Factory. createGeometryStylePropertyType()Returns a new object of class 'Geometry Style Property Type'.GeometryStylePropertyTypeDocumentRoot. getGeometryStyle()Returns the value of the 'Geometry Style' containment reference.Methods in net.opengis.gml311 that return types with arguments of type GeometryStylePropertyType Modifier and Type Method Description EList<GeometryStylePropertyType>FeatureStyleType. getGeometryStyle()Returns the value of the 'Geometry Style' containment reference list.Methods in net.opengis.gml311 with parameters of type GeometryStylePropertyType Modifier and Type Method Description voidDocumentRoot. setGeometryStyle(GeometryStylePropertyType value)Sets the value of the 'Geometry Style' containment reference. -
Uses of GeometryStylePropertyType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement GeometryStylePropertyType Modifier and Type Class Description classGeometryStylePropertyTypeImplAn implementation of the model object 'Geometry Style Property Type'.Fields in net.opengis.gml311.impl with type parameters of type GeometryStylePropertyType Modifier and Type Field Description protected EList<GeometryStylePropertyType>FeatureStyleTypeImpl. geometryStyleThe cached value of the 'Geometry Style' containment reference list.Methods in net.opengis.gml311.impl that return GeometryStylePropertyType Modifier and Type Method Description GeometryStylePropertyTypeGml311FactoryImpl. createGeometryStylePropertyType()GeometryStylePropertyTypeDocumentRootImpl. getGeometryStyle()Methods in net.opengis.gml311.impl that return types with arguments of type GeometryStylePropertyType Modifier and Type Method Description EList<GeometryStylePropertyType>FeatureStyleTypeImpl. getGeometryStyle()Methods in net.opengis.gml311.impl with parameters of type GeometryStylePropertyType Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetGeometryStyle(GeometryStylePropertyType newGeometryStyle, NotificationChain msgs)voidDocumentRootImpl. setGeometryStyle(GeometryStylePropertyType newGeometryStyle) -
Uses of GeometryStylePropertyType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type GeometryStylePropertyType Modifier and Type Method Description TGml311Switch. caseGeometryStylePropertyType(GeometryStylePropertyType object)Returns the result of interpreting the object as an instance of 'Geometry Style Property Type'.booleanGml311Validator. validateGeometryStylePropertyType(GeometryStylePropertyType geometryStylePropertyType, DiagnosticChain diagnostics, Map<Object,Object> context)
-