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 ConeTypeGml311Factory. createConeType()Returns a new object of class 'Cone Type'.ConeTypeDocumentRoot. getCone()Returns the value of the 'Cone' containment reference.Methods in net.opengis.gml311 with parameters of type ConeType Modifier and Type Method Description voidDocumentRoot. 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 classConeTypeImplAn implementation of the model object 'Cone Type'.Methods in net.opengis.gml311.impl that return ConeType Modifier and Type Method Description ConeTypeGml311FactoryImpl. createConeType()ConeTypeDocumentRootImpl. getCone()Methods in net.opengis.gml311.impl with parameters of type ConeType Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetCone(ConeType newCone, NotificationChain msgs)voidDocumentRootImpl. 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 TGml311Switch. caseConeType(ConeType object)Returns the result of interpreting the object as an instance of 'Cone Type'.booleanGml311Validator. validateConeType(ConeType coneType, DiagnosticChain diagnostics, Map<Object,Object> context)
-