Uses of Interface
net.opengis.gml311.ArcByCenterPointType
-
Packages that use ArcByCenterPointType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of ArcByCenterPointType in net.opengis.gml311
Subinterfaces of ArcByCenterPointType in net.opengis.gml311 Modifier and Type Interface Description interface
CircleByCenterPointType
A representation of the model object 'Circle By Center Point Type'.Methods in net.opengis.gml311 that return ArcByCenterPointType Modifier and Type Method Description ArcByCenterPointType
Gml311Factory. createArcByCenterPointType()
Returns a new object of class 'Arc By Center Point Type'.ArcByCenterPointType
DocumentRoot. getArcByCenterPoint()
Returns the value of the 'Arc By Center Point' containment reference.Methods in net.opengis.gml311 with parameters of type ArcByCenterPointType Modifier and Type Method Description void
DocumentRoot. setArcByCenterPoint(ArcByCenterPointType value)
Sets the value of the 'Arc By Center Point
' containment reference. -
Uses of ArcByCenterPointType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement ArcByCenterPointType Modifier and Type Class Description class
ArcByCenterPointTypeImpl
An implementation of the model object 'Arc By Center Point Type'.class
CircleByCenterPointTypeImpl
An implementation of the model object 'Circle By Center Point Type'.Methods in net.opengis.gml311.impl that return ArcByCenterPointType Modifier and Type Method Description ArcByCenterPointType
Gml311FactoryImpl. createArcByCenterPointType()
ArcByCenterPointType
DocumentRootImpl. getArcByCenterPoint()
Methods in net.opengis.gml311.impl with parameters of type ArcByCenterPointType Modifier and Type Method Description NotificationChain
DocumentRootImpl. basicSetArcByCenterPoint(ArcByCenterPointType newArcByCenterPoint, NotificationChain msgs)
void
DocumentRootImpl. setArcByCenterPoint(ArcByCenterPointType newArcByCenterPoint)
-
Uses of ArcByCenterPointType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type ArcByCenterPointType Modifier and Type Method Description T
Gml311Switch. caseArcByCenterPointType(ArcByCenterPointType object)
Returns the result of interpreting the object as an instance of 'Arc By Center Point Type'.boolean
Gml311Validator. validateArcByCenterPointType(ArcByCenterPointType arcByCenterPointType, DiagnosticChain diagnostics, Map<Object,Object> context)
-