Interface ILcdGML3LocationProperty
- All Superinterfaces:
ILcdGML3AssociationAttributeGroup
,ILcdXMLSimpleLink
Deprecated.
Interface for the
gml:LocationPropertyType
type.
The gml:location element is a convenience property that describes the generalized location of the
feature. The value of a location can be a geometry, a location string, a location keyword, or a
null.
(GML Specification, v3.1.0, paragraph 8.2.2.2)-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Returns the geometry contained in this location.Deprecated.Returns the location keyword contained in this location.Deprecated.Returns the location string contained in this location.getNull()
Deprecated.Returns the GML Null value of this location.void
setGeometry
(ILcdGML3AbstractGeometry aGeometry) Deprecated.Sets the geometry to be contained in this location.void
setLocationKeyWord
(ILcdGML3Code aLocationKeyWord) Deprecated.Sets the location keyword to be contained in this location.void
setLocationString
(ILcdGML3StringOrRef aLocationString) Deprecated.Sets the location string to be contained in this location.void
Deprecated.Sets the GML Null value for this location.Methods inherited from interface com.luciad.format.gml3.model.base.ILcdGML3AssociationAttributeGroup
getRemoteSchema, setRemoteSchema
Methods inherited from interface com.luciad.format.xml.xlink.ILcdXMLSimpleLink
getActuate, getArcrole, getHref, getRole, getShow, getTitle, getType, setActuate, setArcrole, setHref, setRole, setShow, setTitle
-
Method Details
-
getGeometry
ILcdGML3AbstractGeometry getGeometry()Deprecated.Returns the geometry contained in this location.- Returns:
- the geometry contained in this location.
-
getLocationKeyWord
ILcdGML3Code getLocationKeyWord()Deprecated.Returns the location keyword contained in this location.- Returns:
- the location keyword contained in this location.
-
getLocationString
ILcdGML3StringOrRef getLocationString()Deprecated.Returns the location string contained in this location.- Returns:
- the location string contained in this location.
-
getNull
String getNull()Deprecated.Returns the GML Null value of this location.- Returns:
- the GML Null value of this location.
-
setGeometry
Deprecated.Sets the geometry to be contained in this location.- Parameters:
aGeometry
- the geometry to be contained in this location.
-
setLocationKeyWord
Deprecated.Sets the location keyword to be contained in this location.- Parameters:
aLocationKeyWord
- the location keyword to be contained in this location.
-
setLocationString
Deprecated.Sets the location string to be contained in this location.- Parameters:
aLocationString
- the location string to be contained in this location.
-
setNull
Deprecated.Sets the GML Null value for this location.- Parameters:
aNull
- the GML Null value for this location.
-
com.luciad.format.gml3.*
packages are replaced by new decoders and encoders in the packagescom.luciad.format.gml2.xml
,com.luciad.format.gml31.xml
andcom.luciad.format.gml32.xml
.