Uses of Interface
net.opengis.gml311.BaseStyleDescriptorType
-
Packages that use BaseStyleDescriptorType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of BaseStyleDescriptorType in net.opengis.gml311
Subinterfaces of BaseStyleDescriptorType in net.opengis.gml311 Modifier and Type Interface Description interface
GeometryStyleType
A representation of the model object 'Geometry Style Type'.interface
GraphStyleType
A representation of the model object 'Graph Style Type'.interface
LabelStyleType
A representation of the model object 'Label Style Type'.interface
TopologyStyleType
A representation of the model object 'Topology Style Type'.Methods in net.opengis.gml311 that return BaseStyleDescriptorType Modifier and Type Method Description BaseStyleDescriptorType
Gml311Factory. createBaseStyleDescriptorType()
Returns a new object of class 'Base Style Descriptor Type'. -
Uses of BaseStyleDescriptorType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement BaseStyleDescriptorType Modifier and Type Class Description class
BaseStyleDescriptorTypeImpl
An implementation of the model object 'Base Style Descriptor Type'.class
GeometryStyleTypeImpl
An implementation of the model object 'Geometry Style Type'.class
GraphStyleTypeImpl
An implementation of the model object 'Graph Style Type'.class
LabelStyleTypeImpl
An implementation of the model object 'Label Style Type'.class
TopologyStyleTypeImpl
An implementation of the model object 'Topology Style Type'.Methods in net.opengis.gml311.impl that return BaseStyleDescriptorType Modifier and Type Method Description BaseStyleDescriptorType
Gml311FactoryImpl. createBaseStyleDescriptorType()
-
Uses of BaseStyleDescriptorType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type BaseStyleDescriptorType Modifier and Type Method Description T
Gml311Switch. caseBaseStyleDescriptorType(BaseStyleDescriptorType object)
Returns the result of interpreting the object as an instance of 'Base Style Descriptor Type'.boolean
Gml311Validator. validateBaseStyleDescriptorType(BaseStyleDescriptorType baseStyleDescriptorType, DiagnosticChain diagnostics, Map<Object,Object> context)
-