Uses of Interface
net.opengis.gml311.ConeType
-
Packages that use ConeType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of ConeType in net.opengis.gml311
Methods in net.opengis.gml311 that return ConeType Modifier and Type Method Description ConeType
Gml311Factory. createConeType()
Returns a new object of class 'Cone Type'.ConeType
DocumentRoot. getCone()
Returns the value of the 'Cone' containment reference.Methods in net.opengis.gml311 with parameters of type ConeType Modifier and Type Method Description void
DocumentRoot. setCone(ConeType value)
Sets the value of the 'Cone
' containment reference. -
Uses of ConeType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement ConeType Modifier and Type Class Description class
ConeTypeImpl
An implementation of the model object 'Cone Type'.Methods in net.opengis.gml311.impl that return ConeType Modifier and Type Method Description ConeType
Gml311FactoryImpl. createConeType()
ConeType
DocumentRootImpl. getCone()
Methods in net.opengis.gml311.impl with parameters of type ConeType Modifier and Type Method Description NotificationChain
DocumentRootImpl. basicSetCone(ConeType newCone, NotificationChain msgs)
void
DocumentRootImpl. setCone(ConeType newCone)
-
Uses of ConeType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type ConeType Modifier and Type Method Description T
Gml311Switch. caseConeType(ConeType object)
Returns the result of interpreting the object as an instance of 'Cone Type'.boolean
Gml311Validator. validateConeType(ConeType coneType, DiagnosticChain diagnostics, Map<Object,Object> context)
-