Uses of Interface
net.opengis.gml.LinearRingType
- 
Packages that use LinearRingType Package Description net.opengis.gml net.opengis.gml.impl net.opengis.gml.util net.opengis.gml.validation 
- 
- 
Uses of LinearRingType in net.opengis.gmlMethods in net.opengis.gml that return LinearRingType Modifier and Type Method Description LinearRingTypeGmlFactory. createLinearRingType()Returns a new object of class 'Linear Ring Type'.LinearRingTypeAbstractRingPropertyType. getLinearRing()Returns the value of the 'Linear Ring' containment reference.LinearRingTypeDocumentRoot. getLinearRing()Returns the value of the 'Linear Ring' containment reference.Methods in net.opengis.gml with parameters of type LinearRingType Modifier and Type Method Description voidAbstractRingPropertyType. setLinearRing(LinearRingType value)Sets the value of the 'Linear Ring' containment reference.voidDocumentRoot. setLinearRing(LinearRingType value)Sets the value of the 'Linear Ring' containment reference.
- 
Uses of LinearRingType in net.opengis.gml.implClasses in net.opengis.gml.impl that implement LinearRingType Modifier and Type Class Description classLinearRingTypeImplAn implementation of the model object 'Linear Ring Type'.Fields in net.opengis.gml.impl declared as LinearRingType Modifier and Type Field Description protected LinearRingTypeAbstractRingPropertyTypeImpl. linearRingThe cached value of the 'Linear Ring' containment reference.Methods in net.opengis.gml.impl that return LinearRingType Modifier and Type Method Description LinearRingTypeGmlFactoryImpl. createLinearRingType()LinearRingTypeAbstractRingPropertyTypeImpl. getLinearRing()LinearRingTypeDocumentRootImpl. getLinearRing()Methods in net.opengis.gml.impl with parameters of type LinearRingType Modifier and Type Method Description NotificationChainAbstractRingPropertyTypeImpl. basicSetLinearRing(LinearRingType newLinearRing, NotificationChain msgs)NotificationChainDocumentRootImpl. basicSetLinearRing(LinearRingType newLinearRing, NotificationChain msgs)voidAbstractRingPropertyTypeImpl. setLinearRing(LinearRingType newLinearRing)voidDocumentRootImpl. setLinearRing(LinearRingType newLinearRing)
- 
Uses of LinearRingType in net.opengis.gml.utilMethods in net.opengis.gml.util with parameters of type LinearRingType Modifier and Type Method Description ObjectGmlSwitch. caseLinearRingType(LinearRingType object)Returns the result of interpreting the object as an instance of 'Linear Ring Type'.booleanGmlValidator. validateLinearRingType(LinearRingType linearRingType, DiagnosticChain diagnostics, Map context)
- 
Uses of LinearRingType in net.opengis.gml.validationMethods in net.opengis.gml.validation with parameters of type LinearRingType Modifier and Type Method Description booleanAbstractRingPropertyTypeValidator. validateLinearRing(LinearRingType value)booleanDocumentRootValidator. validateLinearRing(LinearRingType value)
 
-