Uses of Interface
net.opengis.gml311.SurfaceType
-
Packages that use SurfaceType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of SurfaceType in net.opengis.gml311
Subinterfaces of SurfaceType in net.opengis.gml311 Modifier and Type Interface Description interface
PolyhedralSurfaceType
A representation of the model object 'Polyhedral 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 SurfaceType Modifier and Type Method Description SurfaceType
Gml311Factory. createSurfaceType()
Returns a new object of class 'Surface Type'.SurfaceType
DocumentRoot. getSurface1()
Returns the value of the 'Surface1' containment reference.Methods in net.opengis.gml311 with parameters of type SurfaceType Modifier and Type Method Description void
DocumentRoot. setSurface1(SurfaceType value)
Sets the value of the 'Surface1
' containment reference. -
Uses of SurfaceType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement SurfaceType Modifier and Type Class Description 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 SurfaceType Modifier and Type Method Description SurfaceType
Gml311FactoryImpl. createSurfaceType()
SurfaceType
DocumentRootImpl. getSurface1()
Methods in net.opengis.gml311.impl with parameters of type SurfaceType Modifier and Type Method Description NotificationChain
DocumentRootImpl. basicSetSurface1(SurfaceType newSurface1, NotificationChain msgs)
void
DocumentRootImpl. setSurface1(SurfaceType newSurface1)
-
Uses of SurfaceType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type SurfaceType Modifier and Type Method Description T
Gml311Switch. caseSurfaceType(SurfaceType object)
Returns the result of interpreting the object as an instance of 'Surface Type'.boolean
Gml311Validator. validateSurfaceType(SurfaceType surfaceType, DiagnosticChain diagnostics, Map<Object,Object> context)
-