|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.micromata.opengis.kml.v_2_2_0.AbstractObject
de.micromata.opengis.kml.v_2_2_0.Feature
public abstract class Feature
This is an abstract element and cannot be used directly in a KML file. The following
diagram shows how some of a Feature's elements appear in Google Earth.
User-defined text displayed in the 3D viewer as the label for the object (for example,
for a Placemark, Folder, or NetworkLink).
Boolean value. Specifies whether the feature is drawn in the 3D viewer when it is
initially loaded. In order for a feature to be visible, the
Boolean value. Specifies whether a Document or Folder appears closed or open when
first loaded into the Places panel. 0=collapsed (the default), 1=expanded. See also
KML 2.2 supports new elements for including data about the author and related website
in your KML file. This information is displayed in geo search results, both in Earth
browsers such as Google Earth, and in other applications such as Google Maps. The
ascription elements used in KML are as follows:
The
These elements are defined in the Atom Syndication Format. The complete specification
is found at http://atompub.org. (see the sample that follows).
These elements are defined in the Atom Syndication Format. The complete specification
is found at http://atompub.org. (see the sample that follows).
specifies the location of any of the following:
If the file specified in
KML files fetched by network links Image files used in any Overlay (the
Specifies the URL of the website containing this KML or KMZ file. Be sure to include
the namespace for this element in any KML file that uses it: xmlns:atom="http://www.w3.org/2005/Atom"
(see the sample that follows).
Specifies the file to load and optional refresh parameters. See .
The element replaces the
The file is conditionally loaded and refreshed, depending on the refresh parameters
supplied here. Two different sets of refresh parameters can be specified: one set
is based on time (
Tip: To display the top-level Folder or Document within a Network Link in the List
View, assign an ID to the Folder or Document. Without this ID, only the child object
names are displayed in the List View.
When a file is fetched, the URL that is sent to the server is composed of three
pieces of information:
the href (Hypertext Reference) that specifies the file to load. an arbitrary format
string that is created from (a) parameters that you specify in the
A string value representing an unstructured address written as a standard street,
city, state address, and/or as a postal code. You can use the <!-- abstract element; do not create -->
<!-- Feature id="ID" --> <!-- Document,Folder,
NetworkLink,Placemark,
GroundOverlay,PhotoOverlay,ScreenOverlay -->
<name>...</name> <!-- string -->
<visibility>1</visibility> <!-- boolean -->
<open>0</open> <!-- boolean -->
<atom:author>...<atom:author> <!-- xmlns:atom -->
<atom:link>...</atom:link> <!-- xmlns:atom -->
<address>...</address> <!-- string -->
<xal:AddressDetails>...</xal:AddressDetails> <!-- xmlns:xal -->
Extends:
<phoneNumber>...</phoneNumber> <!-- string -->
<Snippet maxLines="2">...</Snippet> <!-- string -->
<description>...</description> <!-- string -->
<AbstractView>...</AbstractView> <!-- Camera or LookAt -->
<TimePrimitive>...</TimePrimitive> <!-- TimeStamp or TimeSpan -->
<styleUrl>...</styleUrl> <!-- anyURI -->
<StyleSelector>...</StyleSelector>
<Region>...</Region>
<Metadata>...</Metadata> <!-- deprecated in KML 2.2 -->
<ExtendedData>...</ExtendedData> <!-- new in KML 2.2 -->
<-- /Feature -->
Field Summary
protected AbstractView
abstractView
protected java.lang.String
address
protected Author
atomAuthor
protected Link
atomLink
(required).
protected java.lang.String
description
protected ExtendedData
extendedData
protected java.util.List<AbstractObject>
featureObjectExtension
protected java.util.List<java.lang.Object>
featureSimpleExtension
protected Metadata
metadata
protected java.lang.String
name
protected java.lang.Boolean
open
protected java.lang.String
phoneNumber
protected Region
region
protected Snippet
snippet
protected java.lang.String
snippetd
protected java.util.List<StyleSelector>
styleSelector
protected java.lang.String
styleUrl
protected TimePrimitive
timePrimitive
protected java.lang.Boolean
visibility
protected AddressDetails
xalAddressDetails
Fields inherited from class de.micromata.opengis.kml.v_2_2_0.AbstractObject
id, objectSimpleExtension, targetId
Constructor Summary
Feature()
Method Summary
Feature
addToFeatureObjectExtension(AbstractObject featureObjectExtension)
add a value to the featureObjectExtension property collection
Feature
addToFeatureSimpleExtension(java.lang.Object featureSimpleExtension)
add a value to the featureSimpleExtension property collection
Feature
addToObjectSimpleExtension(java.lang.Object objectSimpleExtension)
add a value to the objectSimpleExtension property collection
Feature
addToStyleSelector(StyleSelector styleSelector)
add a value to the styleSelector property collection
Feature
clone()
Style
createAndAddStyle()
Creates a new instance of Style
and adds it to styleSelector.
StyleMap
createAndAddStyleMap()
Creates a new instance of StyleMap
and adds it to styleSelector.
Author
createAndSetAtomAuthor()
Creates a new instance of Author
and set it to atomAuthor.
Link
createAndSetAtomLink(java.lang.String href)
Creates a new instance of Link
and set it to atomLink.
Camera
createAndSetCamera()
Creates a new instance of Camera
and set it to abstractView.
ExtendedData
createAndSetExtendedData()
Creates a new instance of ExtendedData
and set it to extendedData.
LookAt
createAndSetLookAt()
Creates a new instance of LookAt
and set it to abstractView.
Metadata
createAndSetMetadata()
Creates a new instance of Metadata
and set it to metadata.
Region
createAndSetRegion()
Creates a new instance of Region
and set it to region.
Snippet
createAndSetSnippet()
Creates a new instance of Snippet
and set it to snippet.
TimeSpan
createAndSetTimeSpan()
Creates a new instance of TimeSpan
and set it to timePrimitive.
TimeStamp
createAndSetTimeStamp()
Creates a new instance of TimeStamp
and set it to timePrimitive.
AddressDetails
createAndSetXalAddressDetails(AddressDetails.Address xalAddress,
AddressLines addressLines,
AddressDetails.Country country,
AdministrativeArea administrativeArea,
Locality locality,
Thoroughfare thoroughfare)
Creates a new instance of AddressDetails
and set it to xalAddressDetails.
boolean
equals(java.lang.Object obj)
AbstractView
getAbstractView()
java.lang.String
getAddress()
Author
getAtomAuthor()
Link
getAtomLink()
java.lang.String
getDescription()
ExtendedData
getExtendedData()
java.util.List<AbstractObject>
getFeatureObjectExtension()
java.util.List<java.lang.Object>
getFeatureSimpleExtension()
Metadata
getMetadata()
java.lang.String
getName()
java.lang.String
getPhoneNumber()
Region
getRegion()
Snippet
getSnippet()
java.lang.String
getSnippetd()
java.util.List<StyleSelector>
getStyleSelector()
java.lang.String
getStyleUrl()
TimePrimitive
getTimePrimitive()
AddressDetails
getXalAddressDetails()
int
hashCode()
java.lang.Boolean
isOpen()
java.lang.Boolean
isVisibility()
void
setAbstractView(AbstractView value)
void
setAddress(java.lang.String value)
void
setAtomAuthor(Author value)
void
setAtomLink(Link value)
void
setDescription(java.lang.String value)
void
setExtendedData(ExtendedData value)
void
setFeatureObjectExtension(java.util.List<AbstractObject> featureObjectExtension)
void
setFeatureSimpleExtension(java.util.List<java.lang.Object> featureSimpleExtension)
void
setMetadata(Metadata value)
void
setName(java.lang.String value)
void
setObjectSimpleExtension(java.util.List<java.lang.Object> objectSimpleExtension)
void
setOpen(java.lang.Boolean value)
void
setPhoneNumber(java.lang.String value)
void
setRegion(Region value)
void
setSnippet(Snippet value)
void
setSnippetd(java.lang.String value)
void
setStyleSelector(java.util.List<StyleSelector> styleSelector)
void
setStyleUrl(java.lang.String value)
void
setTimePrimitive(TimePrimitive value)
void
setVisibility(java.lang.Boolean value)
void
setXalAddressDetails(AddressDetails value)
Feature
withAbstractView(AbstractView abstractView)
fluent setter
Feature
withAddress(java.lang.String address)
fluent setter
Feature
withAtomAuthor(Author atomAuthor)
fluent setter
Feature
withAtomLink(Link atomLink)
fluent setter
Feature
withDescription(java.lang.String description)
fluent setter
Feature
withExtendedData(ExtendedData extendedData)
fluent setter
Feature
withFeatureObjectExtension(java.util.List<AbstractObject> featureObjectExtension)
fluent setter
Feature
withFeatureSimpleExtension(java.util.List<java.lang.Object> featureSimpleExtension)
fluent setter
Feature
withId(java.lang.String id)
fluent setter
Feature
withMetadata(Metadata metadata)
fluent setter
Feature
withName(java.lang.String name)
fluent setter
Feature
withObjectSimpleExtension(java.util.List<java.lang.Object> objectSimpleExtension)
fluent setter
Feature
withOpen(java.lang.Boolean open)
fluent setter
Feature
withPhoneNumber(java.lang.String phoneNumber)
fluent setter
Feature
withRegion(Region region)
fluent setter
Feature
withSnippet(Snippet snippet)
fluent setter
Feature
withSnippetd(java.lang.String snippetd)
fluent setter
Feature
withStyleSelector(java.util.List<StyleSelector> styleSelector)
fluent setter
Feature
withStyleUrl(java.lang.String styleUrl)
fluent setter
Feature
withTargetId(java.lang.String targetId)
fluent setter
Feature
withTimePrimitive(TimePrimitive timePrimitive)
fluent setter
Feature
withVisibility(java.lang.Boolean visibility)
fluent setter
Feature
withXalAddressDetails(AddressDetails xalAddressDetails)
fluent setter
Methods inherited from class de.micromata.opengis.kml.v_2_2_0.AbstractObject
getId, getObjectSimpleExtension, getTargetId, setId, setTargetId
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, toString, wait, wait, wait
Field Detail
name
protected java.lang.String name
visibility
protected java.lang.Boolean visibility
open
protected java.lang.Boolean open
atomAuthor
protected Author atomAuthor
atomLink
protected Link atomLink
<Link id="ID">
<!-- specific to Link -->
<href>...</href> <!-- string -->
<refreshMode>onChange</refreshMode>
<!-- refreshModeEnum: onChange, onInterval, or onExpire -->
<refreshInterval>4</refreshInterval> <!-- float -->
<viewRefreshMode>never</viewRefreshMode>
<!-- viewRefreshModeEnum: never, onStop, onRequest, onRegion -->
<viewRefreshTime>4</viewRefreshTime> <!-- float -->
<viewBoundScale>1</viewBoundScale> <!-- float -->
<viewFormat>BBOX=[bboxWest],[bboxSouth],[bboxEast],[bboxNorth]</viewFormat>
<!-- string -->
<httpQuery>...</httpQuery> <!-- string -->
</Link>
Extends:
address
protected java.lang.String address
protected AddressDetails xalAddressDetails
A structured address, formatted as xAL, or eXtensible Address Language, an international
standard for address formatting.
A structured address, formatted as xAL, or eXtensible Address Language, an international
standard for address formatting.
protected java.lang.String phoneNumber
protected Snippet snippet
A short description of the feature. In Google Earth, this description is displayed
in the Places panel under the name of the feature. If a Snippet is not supplied,
the first two lines of the
protected java.lang.String snippetd
protected java.lang.String description
The supported content for the
User-supplied content that appears in the description balloon.
User-supplied content that appears in the description balloon. The supported content
for the tag.
Content that has been compressed into a KMZ file can be accessed, even if on the
local filesystem. Cookies are completely disabled, including cookies set or read
by content contained within a iFrame. There are no exceptions to this rule. Doctype
declarations are ignored.
protected AbstractView abstractView
Defines a viewpoint associated with any element derived from Feature. See
This is an abstract element and cannot be used directly in a KML file. This element
is extended by the
<!-- abstract element; do not create -->
<!-- AbstractView --> <!-- Camera, LookAt -->
<!-- extends Object -->
<TimePrimitive>...</TimePrimitive> <!-- gx:TimeSpan or gx:TimeStamp -->
<-- /AbstractView -->
Extends:
protected TimePrimitive timePrimitive
Associates this Feature with a period of time (
This is an abstract element and cannot be used directly in a KML file. This element
is extended by the
<!-- abstract element; do not create --> <!-- TimePrimitive id="ID" --> <!-- TimeSpan,TimeStamp --> <!-- extends Object --> <!-- /TimePrimitive -->Extends:
protected java.lang.String styleUrl
URL of a
protected java.util.List<StyleSelector> styleSelector
One or more Styles and StyleMaps can be defined to customize the appearance of any
element derived from Feature or of the Geometry in a Placemark. (See
<!-- abstract element; do not create --> <!-- StyleSelector id="ID" --> <!-- Style,StyleMap --> <!-- /StyleSelector -->Extends:
protected Region region
A region contains a bounding box (
Features and geometry associated with a Region are drawn only when the Region is
active. See
<Region id="ID"> <LatLonAltBox> <north></north> <!-- required; kml:angle90 --> <south></south> <!-- required; kml:angle90 --> <east></east> <!-- required; kml:angle180 --> <west></west> <!-- required; kml:angle180 --> <minAltitude>0</minAltitude> <!-- float --> <maxAltitude>0</maxAltitude> <!-- float --> <altitudeMode>clampToGround</altitudeMode> <!-- kml:altitudeModeEnum: clampToGround, relativeToGround, or absolute --> <!-- or, substitute gx:altitudeMode: clampToSeaFloor, relativeToSeaFloor --> </LatLonAltBox> <Lod> <minLodPixels>0</minLodPixels> <!-- float --> <maxLodPixels>-1</maxLodPixels> <!-- float --> <minFadeExtent>0</minFadeExtent> <!-- float --> <maxFadeExtent>0</maxFadeExtent> <!-- float --> </Lod> </Region>Extends:
protected Metadata metadata
protected ExtendedData extendedData
Adding untyped data/value pairs using the element (basic) Declaring new typed
fields using the
Allows you to add custom data to a KML file. This data can be (1) data that references an external XML schema, (2) untyped data/value pairs, or (3) typed data. A given KML Feature can contain a combination of these types of custom data.
For more information, see Adding Custom Data in "Topics in KML."
The ExtendedData element offers three techniques for adding custom data to a KML Feature (NetworkLink, Placemark, GroundOverlay, PhotoOverlay, ScreenOverlay, Document, Folder). These techniques are
These techniques can be combined within a single KML file or Feature for different pieces of data.
Syntax:<ExtendedData>Contained By:
<Data name="string">
<displayName>...</displayName> <!-- string -->
<value>...</value> <!-- string -->
</Data> <SchemaData schemaUrl="anyURI">
<SimpleData name=""> ... </SimpleData> <!-- string -->
</SchemaData> <namespace_prefix:other>...</namespace_prefix:other> </ExtendedData>
protected java.util.List<java.lang.Object> featureSimpleExtension
protected java.util.List<AbstractObject> featureObjectExtension
Constructor Detail |
---|
public Feature()
Method Detail |
---|
public java.lang.String getName()
String
name
public void setName(java.lang.String value)
value
- allowed object is
String
name
public java.lang.Boolean isVisibility()
Boolean
public void setVisibility(java.lang.Boolean value)
value
- allowed object is
Boolean
visibility
public java.lang.Boolean isOpen()
Boolean
public void setOpen(java.lang.Boolean value)
value
- allowed object is
Boolean
open
public Author getAtomAuthor()
Author
atomAuthor
public void setAtomAuthor(Author value)
value
- allowed object is
Author
atomAuthor
public Link getAtomLink()
Link
atomLink
public void setAtomLink(Link value)
value
- allowed object is
Link
atomLink
public java.lang.String getAddress()
String
address
public void setAddress(java.lang.String value)
value
- allowed object is
String
address
public AddressDetails getXalAddressDetails()
AddressDetails
xalAddressDetails
public void setXalAddressDetails(AddressDetails value)
value
- allowed object is
AddressDetails
xalAddressDetails
public java.lang.String getPhoneNumber()
String
phoneNumber
public void setPhoneNumber(java.lang.String value)
value
- allowed object is
String
phoneNumber
public Snippet getSnippet()
Snippet
snippet
public void setSnippet(Snippet value)
value
- allowed object is
Snippet
snippet
public java.lang.String getSnippetd()
String
snippetd
public void setSnippetd(java.lang.String value)
value
- allowed object is
String
snippetd
public java.lang.String getDescription()
String
description
public void setDescription(java.lang.String value)
value
- allowed object is
String
description
public AbstractView getAbstractView()
<
AbstractView
<
Camera
<
LookAt
abstractView
public void setAbstractView(AbstractView value)
value
- allowed object is
<
AbstractView
<
Camera
<
LookAt
abstractView
public TimePrimitive getTimePrimitive()
<
TimeSpan
<
TimePrimitive
<
TimeStamp
timePrimitive
public void setTimePrimitive(TimePrimitive value)
value
- allowed object is
<
TimeSpan
<
TimePrimitive
<
TimeStamp
timePrimitive
public java.lang.String getStyleUrl()
String
styleUrl
public void setStyleUrl(java.lang.String value)
value
- allowed object is
String
styleUrl
public java.util.List<StyleSelector> getStyleSelector()
styleSelector
public Region getRegion()
Region
region
public void setRegion(Region value)
value
- allowed object is
Region
region
public Metadata getMetadata()
Metadata
metadata
public void setMetadata(Metadata value)
value
- allowed object is
Metadata
metadata
public ExtendedData getExtendedData()
ExtendedData
extendedData
public void setExtendedData(ExtendedData value)
value
- allowed object is
ExtendedData
extendedData
public java.util.List<java.lang.Object> getFeatureSimpleExtension()
featureSimpleExtension
public java.util.List<AbstractObject> getFeatureObjectExtension()
featureObjectExtension
public int hashCode()
hashCode
in class AbstractObject
public boolean equals(java.lang.Object obj)
equals
in class AbstractObject
public Author createAndSetAtomAuthor()
Author
and set it to atomAuthor.
This method is a short version for:
Author author = new Author();
this.setAtomAuthor(author);
public Link createAndSetAtomLink(java.lang.String href)
Link
and set it to atomLink.
This method is a short version for:
Link link = new Link();
this.setAtomLink(link);
href
- required parameterpublic AddressDetails createAndSetXalAddressDetails(AddressDetails.Address xalAddress, AddressLines addressLines, AddressDetails.Country country, AdministrativeArea administrativeArea, Locality locality, Thoroughfare thoroughfare)
AddressDetails
and set it to xalAddressDetails.
This method is a short version for:
AddressDetails addressDetails = new AddressDetails();
this.setXalAddressDetails(addressDetails);
administrativeArea
- required parameteraddressLines
- required parameterlocality
- required parameterthoroughfare
- required parameterxalAddress
- required parametercountry
- required parameterpublic Snippet createAndSetSnippet()
Snippet
and set it to snippet.
This method is a short version for:
Snippet snippet = new Snippet();
this.setSnippet(snippet);
public Camera createAndSetCamera()
Camera
and set it to abstractView.
This method is a short version for:
Camera camera = new Camera();
this.setAbstractView(camera);
public LookAt createAndSetLookAt()
LookAt
and set it to abstractView.
This method is a short version for:
LookAt lookAt = new LookAt();
this.setAbstractView(lookAt);
public TimeSpan createAndSetTimeSpan()
TimeSpan
and set it to timePrimitive.
This method is a short version for:
TimeSpan timeSpan = new TimeSpan();
this.setTimePrimitive(timeSpan);
public TimeStamp createAndSetTimeStamp()
TimeStamp
and set it to timePrimitive.
This method is a short version for:
TimeStamp timeStamp = new TimeStamp();
this.setTimePrimitive(timeStamp);
public Style createAndAddStyle()
Style
and adds it to styleSelector.
This method is a short version for:
Style style = new Style();
this.getStyleSelector().add(style);
public StyleMap createAndAddStyleMap()
StyleMap
and adds it to styleSelector.
This method is a short version for:
StyleMap styleMap = new StyleMap();
this.getStyleSelector().add(styleMap);
public Region createAndSetRegion()
Region
and set it to region.
This method is a short version for:
Region region = new Region();
this.setRegion(region);
public Metadata createAndSetMetadata()
Metadata
and set it to metadata.
This method is a short version for:
Metadata metadata = new Metadata();
this.setMetadata(metadata);
public ExtendedData createAndSetExtendedData()
ExtendedData
and set it to extendedData.
This method is a short version for:
ExtendedData extendedData = new ExtendedData();
this.setExtendedData(extendedData);
public void setStyleSelector(java.util.List<StyleSelector> styleSelector)
styleSelector
- styleSelector
public Feature addToStyleSelector(StyleSelector styleSelector)
styleSelector
- Objects of the following type are allowed in the list: <
StyleSelector
JAXBElement
<
StyleMap
JAXBElement
<
Style
public void setFeatureSimpleExtension(java.util.List<java.lang.Object> featureSimpleExtension)
featureSimpleExtension
- featureSimpleExtension
public Feature addToFeatureSimpleExtension(java.lang.Object featureSimpleExtension)
featureSimpleExtension
- Objects of the following type are allowed in the list: <
Object
JAXBElement
<
Boolean
public void setFeatureObjectExtension(java.util.List<AbstractObject> featureObjectExtension)
featureObjectExtension
- featureObjectExtension
public Feature addToFeatureObjectExtension(AbstractObject featureObjectExtension)
featureObjectExtension
- Objects of the following type are allowed in the list: AbstractObject
public void setObjectSimpleExtension(java.util.List<java.lang.Object> objectSimpleExtension)
setObjectSimpleExtension
in class AbstractObject
objectSimpleExtension
public Feature addToObjectSimpleExtension(java.lang.Object objectSimpleExtension)
AbstractObject
addToObjectSimpleExtension
in class AbstractObject
objectSimpleExtension
- Objects of the following type are allowed in the list: Object
public Feature withName(java.lang.String name)
name
- required parametersetName(String)
public Feature withVisibility(java.lang.Boolean visibility)
visibility
- required parametersetVisibility(Boolean)
public Feature withOpen(java.lang.Boolean open)
open
- required parametersetOpen(Boolean)
public Feature withAtomAuthor(Author atomAuthor)
atomAuthor
- required parametersetAtomAuthor(Author)
public Feature withAtomLink(Link atomLink)
atomLink
- required parametersetAtomLink(Link)
public Feature withAddress(java.lang.String address)
address
- required parametersetAddress(String)
public Feature withXalAddressDetails(AddressDetails xalAddressDetails)
xalAddressDetails
- required parametersetXalAddressDetails(AddressDetails)
public Feature withPhoneNumber(java.lang.String phoneNumber)
phoneNumber
- required parametersetPhoneNumber(String)
public Feature withSnippet(Snippet snippet)
snippet
- required parametersetSnippet(Snippet)
public Feature withSnippetd(java.lang.String snippetd)
snippetd
- required parametersetSnippetd(String)
public Feature withDescription(java.lang.String description)
description
- required parametersetDescription(String)
public Feature withAbstractView(AbstractView abstractView)
abstractView
- required parametersetAbstractView(AbstractView)
public Feature withTimePrimitive(TimePrimitive timePrimitive)
timePrimitive
- required parametersetTimePrimitive(TimePrimitive)
public Feature withStyleUrl(java.lang.String styleUrl)
styleUrl
- required parametersetStyleUrl(String)
public Feature withStyleSelector(java.util.List<StyleSelector> styleSelector)
styleSelector
- required parameter#setStyleSelector(List)
public Feature withRegion(Region region)
region
- required parametersetRegion(Region)
public Feature withMetadata(Metadata metadata)
metadata
- required parametersetMetadata(Metadata)
public Feature withExtendedData(ExtendedData extendedData)
extendedData
- required parametersetExtendedData(ExtendedData)
public Feature withFeatureSimpleExtension(java.util.List<java.lang.Object> featureSimpleExtension)
featureSimpleExtension
- required parameter#setFeatureSimpleExtension(List
public Feature withFeatureObjectExtension(java.util.List<AbstractObject> featureObjectExtension)
featureObjectExtension
- required parameter#setFeatureObjectExtension(List)
public Feature withObjectSimpleExtension(java.util.List<java.lang.Object> objectSimpleExtension)
AbstractObject
withObjectSimpleExtension
in class AbstractObject
objectSimpleExtension
- required parameter#setObjectSimpleExtension(List
public Feature withId(java.lang.String id)
AbstractObject
withId
in class AbstractObject
id
- required parameterAbstractObject.setId(String)
public Feature withTargetId(java.lang.String targetId)
AbstractObject
withTargetId
in class AbstractObject
targetId
- required parameterAbstractObject.setTargetId(String)
public Feature clone()
clone
in class AbstractObject
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |