Uses of Interface
net.opengis.gml311.AbstractRingPropertyType
-
Packages that use AbstractRingPropertyType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of AbstractRingPropertyType in net.opengis.gml311
Methods in net.opengis.gml311 that return AbstractRingPropertyType Modifier and Type Method Description AbstractRingPropertyType
Gml311Factory. createAbstractRingPropertyType()
Returns a new object of class 'Abstract Ring Property Type'.AbstractRingPropertyType
DocumentRoot. getExterior()
Returns the value of the 'Exterior' containment reference.AbstractRingPropertyType
PolygonPatchType. getExterior()
Returns the value of the 'Exterior' containment reference.AbstractRingPropertyType
PolygonType. getExterior()
Returns the value of the 'Exterior' containment reference.AbstractRingPropertyType
RectangleType. getExterior()
Returns the value of the 'Exterior' containment reference.AbstractRingPropertyType
TriangleType. getExterior()
Returns the value of the 'Exterior' containment reference.AbstractRingPropertyType
DocumentRoot. getInnerBoundaryIs()
Returns the value of the 'Inner Boundary Is' containment reference.AbstractRingPropertyType
DocumentRoot. getInterior()
Returns the value of the 'Interior' containment reference.AbstractRingPropertyType
DocumentRoot. getOuterBoundaryIs()
Returns the value of the 'Outer Boundary Is' containment reference.Methods in net.opengis.gml311 that return types with arguments of type AbstractRingPropertyType Modifier and Type Method Description EList<AbstractRingPropertyType>
PolygonPatchType. getInterior()
Returns the value of the 'Interior' containment reference list.EList<AbstractRingPropertyType>
PolygonType. getInterior()
Returns the value of the 'Interior' containment reference list.Methods in net.opengis.gml311 with parameters of type AbstractRingPropertyType Modifier and Type Method Description void
DocumentRoot. setExterior(AbstractRingPropertyType value)
Sets the value of the 'Exterior
' containment reference.void
PolygonPatchType. setExterior(AbstractRingPropertyType value)
Sets the value of the 'Exterior
' containment reference.void
PolygonType. setExterior(AbstractRingPropertyType value)
Sets the value of the 'Exterior
' containment reference.void
RectangleType. setExterior(AbstractRingPropertyType value)
Sets the value of the 'Exterior
' containment reference.void
TriangleType. setExterior(AbstractRingPropertyType value)
Sets the value of the 'Exterior
' containment reference.void
DocumentRoot. setInnerBoundaryIs(AbstractRingPropertyType value)
Sets the value of the 'Inner Boundary Is
' containment reference.void
DocumentRoot. setInterior(AbstractRingPropertyType value)
Sets the value of the 'Interior
' containment reference.void
DocumentRoot. setOuterBoundaryIs(AbstractRingPropertyType value)
Sets the value of the 'Outer Boundary Is
' containment reference. -
Uses of AbstractRingPropertyType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement AbstractRingPropertyType Modifier and Type Class Description class
AbstractRingPropertyTypeImpl
An implementation of the model object 'Abstract Ring Property Type'.Methods in net.opengis.gml311.impl that return AbstractRingPropertyType Modifier and Type Method Description AbstractRingPropertyType
Gml311FactoryImpl. createAbstractRingPropertyType()
AbstractRingPropertyType
DocumentRootImpl. getExterior()
AbstractRingPropertyType
PolygonPatchTypeImpl. getExterior()
AbstractRingPropertyType
PolygonTypeImpl. getExterior()
AbstractRingPropertyType
RectangleTypeImpl. getExterior()
AbstractRingPropertyType
TriangleTypeImpl. getExterior()
AbstractRingPropertyType
DocumentRootImpl. getInnerBoundaryIs()
AbstractRingPropertyType
DocumentRootImpl. getInterior()
AbstractRingPropertyType
DocumentRootImpl. getOuterBoundaryIs()
Methods in net.opengis.gml311.impl that return types with arguments of type AbstractRingPropertyType Modifier and Type Method Description EList<AbstractRingPropertyType>
PolygonPatchTypeImpl. getInterior()
EList<AbstractRingPropertyType>
PolygonTypeImpl. getInterior()
Methods in net.opengis.gml311.impl with parameters of type AbstractRingPropertyType Modifier and Type Method Description NotificationChain
DocumentRootImpl. basicSetExterior(AbstractRingPropertyType newExterior, NotificationChain msgs)
NotificationChain
PolygonPatchTypeImpl. basicSetExterior(AbstractRingPropertyType newExterior, NotificationChain msgs)
NotificationChain
PolygonTypeImpl. basicSetExterior(AbstractRingPropertyType newExterior, NotificationChain msgs)
NotificationChain
RectangleTypeImpl. basicSetExterior(AbstractRingPropertyType newExterior, NotificationChain msgs)
NotificationChain
TriangleTypeImpl. basicSetExterior(AbstractRingPropertyType newExterior, NotificationChain msgs)
NotificationChain
DocumentRootImpl. basicSetInnerBoundaryIs(AbstractRingPropertyType newInnerBoundaryIs, NotificationChain msgs)
NotificationChain
DocumentRootImpl. basicSetInterior(AbstractRingPropertyType newInterior, NotificationChain msgs)
NotificationChain
DocumentRootImpl. basicSetOuterBoundaryIs(AbstractRingPropertyType newOuterBoundaryIs, NotificationChain msgs)
void
DocumentRootImpl. setExterior(AbstractRingPropertyType newExterior)
void
PolygonPatchTypeImpl. setExterior(AbstractRingPropertyType newExterior)
void
PolygonTypeImpl. setExterior(AbstractRingPropertyType newExterior)
void
RectangleTypeImpl. setExterior(AbstractRingPropertyType newExterior)
void
TriangleTypeImpl. setExterior(AbstractRingPropertyType newExterior)
void
DocumentRootImpl. setInnerBoundaryIs(AbstractRingPropertyType newInnerBoundaryIs)
void
DocumentRootImpl. setInterior(AbstractRingPropertyType newInterior)
void
DocumentRootImpl. setOuterBoundaryIs(AbstractRingPropertyType newOuterBoundaryIs)
-
Uses of AbstractRingPropertyType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type AbstractRingPropertyType Modifier and Type Method Description T
Gml311Switch. caseAbstractRingPropertyType(AbstractRingPropertyType object)
Returns the result of interpreting the object as an instance of 'Abstract Ring Property Type'.boolean
Gml311Validator. validateAbstractRingPropertyType(AbstractRingPropertyType abstractRingPropertyType, DiagnosticChain diagnostics, Map<Object,Object> context)
-