Uses of Interface
net.opengis.gml311.AbstractSurfaceType
-
Packages that use AbstractSurfaceType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of AbstractSurfaceType in net.opengis.gml311
Subinterfaces of AbstractSurfaceType in net.opengis.gml311 Modifier and Type Interface Description interface
CompositeSurfaceType
A representation of the model object 'Composite Surface Type'.interface
OrientableSurfaceType
A representation of the model object 'Orientable Surface Type'.interface
PolygonType
A representation of the model object 'Polygon Type'.interface
PolyhedralSurfaceType
A representation of the model object 'Polyhedral Surface Type'.interface
SurfaceType
A representation of the model object 'Surface Type'.interface
TinType
A representation of the model object 'Tin Type'.interface
TriangulatedSurfaceType
A representation of the model object 'Triangulated Surface Type'.Methods in net.opengis.gml311 that return AbstractSurfaceType Modifier and Type Method Description AbstractSurfaceType
Gml311Factory. createAbstractSurfaceType()
Returns a new object of class 'Abstract Surface Type'.AbstractSurfaceType
DocumentRoot. getSurface()
Returns the value of the 'Surface' containment reference.AbstractSurfaceType
SurfacePropertyType. getSurface()
Returns the value of the 'Surface' containment reference.Methods in net.opengis.gml311 that return types with arguments of type AbstractSurfaceType Modifier and Type Method Description EList<AbstractSurfaceType>
SurfaceArrayPropertyType. getSurface()
Returns the value of the 'Surface' containment reference list. -
Uses of AbstractSurfaceType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement AbstractSurfaceType Modifier and Type Class Description class
AbstractSurfaceTypeImpl
An implementation of the model object 'Abstract Surface Type'.class
CompositeSurfaceTypeImpl
An implementation of the model object 'Composite Surface Type'.class
OrientableSurfaceTypeImpl
An implementation of the model object 'Orientable Surface Type'.class
PolygonTypeImpl
An implementation of the model object 'Polygon Type'.class
PolyhedralSurfaceTypeImpl
An implementation of the model object 'Polyhedral Surface Type'.class
SurfaceTypeImpl
An implementation of the model object 'Surface Type'.class
TinTypeImpl
An implementation of the model object 'Tin Type'.class
TriangulatedSurfaceTypeImpl
An implementation of the model object 'Triangulated Surface Type'.Methods in net.opengis.gml311.impl that return AbstractSurfaceType Modifier and Type Method Description AbstractSurfaceType
Gml311FactoryImpl. createAbstractSurfaceType()
AbstractSurfaceType
DocumentRootImpl. getSurface()
AbstractSurfaceType
SurfacePropertyTypeImpl. getSurface()
Methods in net.opengis.gml311.impl that return types with arguments of type AbstractSurfaceType Modifier and Type Method Description EList<AbstractSurfaceType>
SurfaceArrayPropertyTypeImpl. getSurface()
Methods in net.opengis.gml311.impl with parameters of type AbstractSurfaceType Modifier and Type Method Description NotificationChain
DocumentRootImpl. basicSetSurface(AbstractSurfaceType newSurface, NotificationChain msgs)
NotificationChain
SurfacePropertyTypeImpl. basicSetSurface(AbstractSurfaceType newSurface, NotificationChain msgs)
-
Uses of AbstractSurfaceType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type AbstractSurfaceType Modifier and Type Method Description T
Gml311Switch. caseAbstractSurfaceType(AbstractSurfaceType object)
Returns the result of interpreting the object as an instance of 'Abstract Surface Type'.boolean
Gml311Validator. validateAbstractSurfaceType(AbstractSurfaceType abstractSurfaceType, DiagnosticChain diagnostics, Map<Object,Object> context)
-